Home
last modified time | relevance | path

Searched refs:update_duplicate_exceptional_list (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c498 arg.update_duplicate_exceptional_list.subcode = ESP_BLE_DUPLICATE_EXCEPTIONAL_LIST_ADD; in esp_ble_gap_add_duplicate_scan_exceptional_device()
499 arg.update_duplicate_exceptional_list.info_type = type; in esp_ble_gap_add_duplicate_scan_exceptional_device()
501 … memcpy(arg.update_duplicate_exceptional_list.device_info, device_info, sizeof(esp_bd_addr_t)); 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()
523 arg.update_duplicate_exceptional_list.info_type = type; in esp_ble_gap_remove_duplicate_scan_exceptional_device()
525 … memcpy(arg.update_duplicate_exceptional_list.device_info, device_info, sizeof(esp_bd_addr_t)); 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()
545 arg.update_duplicate_exceptional_list.info_type = list_type; in esp_ble_gap_clean_duplicate_scan_exceptional_list()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gap_ble.h151 } update_duplicate_exceptional_list; member
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c1505 btc_ble_update_duplicate_exceptional_list(arg->update_duplicate_exceptional_list.subcode, in btc_gap_ble_call_handler()
1506 arg->update_duplicate_exceptional_list.info_type, in btc_gap_ble_call_handler()
1507 arg->update_duplicate_exceptional_list.device_info, in btc_gap_ble_call_handler()