/hal_espressif-3.6.0/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 | 709 uint8_t subcode, status; uint32_t length; in btm_vsc_complete() local 711 STREAM_TO_UINT8(subcode, p); in btm_vsc_complete() 714 (*ble_cb->update_exceptional_list_cmp_cb)(status, subcode, length, p); in btm_vsc_complete()
|
D | btm_ble_gap.c | 1806 tBTM_STATUS BTM_UpdateBleDuplicateExceptionalList(uint8_t subcode, uint32_t type, BD_ADDR device_in… in BTM_UpdateBleDuplicateExceptionalList() argument 1822 device_info_array[0] = subcode; in BTM_UpdateBleDuplicateExceptionalList()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 430 void btc_update_duplicate_exceptional_list_callback(tBTA_STATUS status, uint8_t subcode, uint32_t l… in btc_update_duplicate_exceptional_list_callback() argument 440 param.update_duplicate_exceptional_list_cmpl.subcode = subcode; in btc_update_duplicate_exceptional_list_callback() 453 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 456 …BTA_DmUpdateDuplicateExceptionalList(subcode, info_type, device_info, p_update_duplicate_ignore_li… in btc_ble_update_duplicate_exceptional_list() 1505 btc_ble_update_duplicate_exceptional_list(arg->update_duplicate_exceptional_list.subcode, in btc_gap_ble_call_handler()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gap_ble.h | 148 uint8_t subcode; member
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/ |
D | esp_gap_ble_api.c | 498 arg.update_duplicate_exceptional_list.subcode = ESP_BLE_DUPLICATE_EXCEPTIONAL_LIST_ADD; in esp_ble_gap_add_duplicate_scan_exceptional_device() 522 arg.update_duplicate_exceptional_list.subcode = ESP_BLE_DUPLICATE_EXCEPTIONAL_LIST_REMOVE; in esp_ble_gap_remove_duplicate_scan_exceptional_device() 544 arg.update_duplicate_exceptional_list.subcode = ESP_BLE_DUPLICATE_EXCEPTIONAL_LIST_CLEAN; in esp_ble_gap_clean_duplicate_scan_exceptional_list()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_ble_api.h | 997 …DATE_DUPLICATE_EXCEPTIONAL_LIST_CMPL_CBACK) (tBTM_STATUS status, uint8_t subcode, uint32_t length,… 2541 tBTM_STATUS BTM_UpdateBleDuplicateExceptionalList(uint8_t subcode, uint32_t type, BD_ADDR device_in…
|
D | hcidefs.h | 421 #define HCI_ESP_VENDOR_OPCODE_BUILD(ogf, group, subcode) ((ogf << 10) | (group <<7) | (subcode << 0… argument
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_api.h | 413 …DATE_DUPLICATE_EXCEPTIONAL_LIST_CMPL_CBACK) (tBTA_STATUS status, uint8_t subcode, uint32_t length,… 2563 extern void BTA_DmUpdateDuplicateExceptionalList(UINT8 subcode, UINT32 type,
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_api.c | 1473 void BTA_DmUpdateDuplicateExceptionalList(UINT8 subcode, UINT32 type, BD_ADDR device_info, tBTA_UPD… in BTA_DmUpdateDuplicateExceptionalList() argument 1478 p_msg->subcode = subcode; in BTA_DmUpdateDuplicateExceptionalList()
|
D | bta_dm_act.c | 5244 BTM_UpdateBleDuplicateExceptionalList(p_data->ble_duplicate_exceptional_list.subcode, in bta_dm_ble_update_duplicate_exceptional_list()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 1058 …uint8_t subcode; /*!< Define in esp_bt_duplicate_exceptional_subcode_ty… member
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/include/ |
D | bta_dm_int.h | 279 UINT8 subcode; member
|