btstack_defines.h (584bbe7d59efa1c2a1cd2066ed6c23700d212751) btstack_defines.h (891b9fc2698ee1660239b66b4ecf3d9c2affaae8)
1/*
2 * Copyright (C) 2015 BlueKitchen GmbH
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 1032 unchanged lines hidden (view full) ---

1041#define GAP_EVENT_INQUIRY_RESULT 0xE3
1042
1043/**
1044 * @format 1
1045 * @param status
1046 */
1047#define GAP_EVENT_INQUIRY_COMPLETE 0xE4
1048
1/*
2 * Copyright (C) 2015 BlueKitchen GmbH
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 1032 unchanged lines hidden (view full) ---

1041#define GAP_EVENT_INQUIRY_RESULT 0xE3
1042
1043/**
1044 * @format 1
1045 * @param status
1046 */
1047#define GAP_EVENT_INQUIRY_COMPLETE 0xE4
1048
1049/**
1050 * @format H1
1051 * @param con_handle
1052 * @param rssi (signed integer -127..127)
1053 * @note Classic: rssi is in dB relative to Golden Receive Power Range
1054 * @note LE: rssi is absolute dBm
1055 */
1056#define GAP_EVENT_RSSI_MEASUREMENT 0xE5
1049
1050// Meta Events, see below for sub events
1051#define HCI_EVENT_HSP_META 0xE8
1052#define HCI_EVENT_HFP_META 0xE9
1053#define HCI_EVENT_ANCS_META 0xEA
1054#define HCI_EVENT_AVDTP_META 0xEB
1055#define HCI_EVENT_AVRCP_META 0xEC
1056#define HCI_EVENT_GOEP_META 0xED

--- 1539 unchanged lines hidden ---
1057
1058// Meta Events, see below for sub events
1059#define HCI_EVENT_HSP_META 0xE8
1060#define HCI_EVENT_HFP_META 0xE9
1061#define HCI_EVENT_ANCS_META 0xEA
1062#define HCI_EVENT_AVDTP_META 0xEB
1063#define HCI_EVENT_AVRCP_META 0xEC
1064#define HCI_EVENT_GOEP_META 0xED

--- 1539 unchanged lines hidden ---