/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_multi_adv.c | 119 UINT8 status, subcode; in btm_ble_multi_adv_vsc_cmpl_cback() local 131 STREAM_TO_UINT8(subcode, p); in btm_ble_multi_adv_vsc_cmpl_cback() 137 if (opcode != subcode || inst_id == 0) { in btm_ble_multi_adv_vsc_cmpl_cback() 138 BTM_TRACE_ERROR("get unexpected VSC cmpl, expect: %d get: %d", subcode, opcode); in btm_ble_multi_adv_vsc_cmpl_cback() 144 switch (subcode) { in btm_ble_multi_adv_vsc_cmpl_cback()
|
D | btm_ble_batchscan.c | 354 UINT8 status = 0, subcode = 0, opcode = 0; in btm_ble_batchscan_vsc_cmpl_cback() local 368 STREAM_TO_UINT8(subcode, p); in btm_ble_batchscan_vsc_cmpl_cback() 375 if (opcode != subcode) { in btm_ble_batchscan_vsc_cmpl_cback() 376 BTM_TRACE_ERROR("Got unexpected VSC cmpl, expected: %d got: %d", subcode, opcode); in btm_ble_batchscan_vsc_cmpl_cback() 380 switch (subcode) { in btm_ble_batchscan_vsc_cmpl_cback()
|
D | btm_devctl.c | 708 uint8_t subcode, status; uint32_t length; in btm_vsc_complete() local 710 STREAM_TO_UINT8(subcode, p); in btm_vsc_complete() 713 (*ble_cb->update_exceptional_list_cmp_cb)(status, subcode, length, p); in btm_vsc_complete()
|
D | btm_ble_gap.c | 1846 tBTM_STATUS BTM_UpdateBleDuplicateExceptionalList(uint8_t subcode, uint32_t type, BD_ADDR device_in… in BTM_UpdateBleDuplicateExceptionalList() argument 1862 device_info_array[0] = subcode; in BTM_UpdateBleDuplicateExceptionalList()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gap_ble.h | 176 uint8_t subcode; member
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 492 void btc_update_duplicate_exceptional_list_callback(tBTA_STATUS status, uint8_t subcode, uint32_t l… in btc_update_duplicate_exceptional_list_callback() argument 502 param.update_duplicate_exceptional_list_cmpl.subcode = subcode; in btc_update_duplicate_exceptional_list_callback() 515 static void btc_ble_update_duplicate_exceptional_list(uint8_t subcode, uint32_t info_type, BD_ADDR … in btc_ble_update_duplicate_exceptional_list() argument 518 …BTA_DmUpdateDuplicateExceptionalList(subcode, info_type, device_info, p_update_duplicate_ignore_li… in btc_ble_update_duplicate_exceptional_list() 2020 btc_ble_update_duplicate_exceptional_list(arg->update_duplicate_exceptional_list.subcode, in btc_gap_ble_call_handler()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_ble_api.h | 1007 …DATE_DUPLICATE_EXCEPTIONAL_LIST_CMPL_CBACK) (tBTM_STATUS status, uint8_t subcode, uint32_t length,… 2639 tBTM_STATUS BTM_UpdateBleDuplicateExceptionalList(uint8_t subcode, uint32_t type, BD_ADDR device_in…
|
D | hcidefs.h | 431 #define HCI_ESP_VENDOR_OPCODE_BUILD(ogf, group, subcode) ((ogf << 10) | (group <<7) | (subcode << 0… argument
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_gap_ble_api.c | 598 arg.update_duplicate_exceptional_list.subcode = ESP_BLE_DUPLICATE_EXCEPTIONAL_LIST_ADD; in esp_ble_gap_add_duplicate_scan_exceptional_device() 622 arg.update_duplicate_exceptional_list.subcode = ESP_BLE_DUPLICATE_EXCEPTIONAL_LIST_REMOVE; in esp_ble_gap_remove_duplicate_scan_exceptional_device() 644 arg.update_duplicate_exceptional_list.subcode = ESP_BLE_DUPLICATE_EXCEPTIONAL_LIST_CLEAN; in esp_ble_gap_clean_duplicate_scan_exceptional_list()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_api.h | 416 …DATE_DUPLICATE_EXCEPTIONAL_LIST_CMPL_CBACK) (tBTA_STATUS status, uint8_t subcode, uint32_t length,… 2737 extern void BTA_DmUpdateDuplicateExceptionalList(UINT8 subcode, UINT32 type,
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_api.c | 1630 void BTA_DmUpdateDuplicateExceptionalList(UINT8 subcode, UINT32 type, BD_ADDR device_info, tBTA_UPD… in BTA_DmUpdateDuplicateExceptionalList() argument 1635 p_msg->subcode = subcode; in BTA_DmUpdateDuplicateExceptionalList()
|
D | bta_dm_act.c | 5407 BTM_UpdateBleDuplicateExceptionalList(p_data->ble_duplicate_exceptional_list.subcode, in bta_dm_ble_update_duplicate_exceptional_list()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 1260 …uint8_t subcode; /*!< Define in esp_bt_duplicate_exceptional_subcode_ty… member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/ |
D | bta_dm_int.h | 324 UINT8 subcode; member
|