Searched refs:btm_process_remote_name (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_inq.c | 2248 void btm_process_remote_name (BD_ADDR bda, BD_NAME bdn, UINT16 evt_len, UINT8 hci_status) in btm_process_remote_name() function 2337 btm_process_remote_name (btm_cb.btm_inq_vars.remname_bda, NULL, 0, HCI_ERR_UNSPECIFIED); in btm_inq_rmt_name_failed() 2339 btm_process_remote_name (NULL, NULL, 0, HCI_ERR_UNSPECIFIED); in btm_inq_rmt_name_failed()
|
D | btm_ble_gap.c | 2857 btm_process_remote_name(bda, bd_name, length + 1, hci_status); in btm_ble_read_remote_name_cmpl()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/ |
D | btu_hcif.c | 762 btm_process_remote_name (bd_addr, p, evt_len, status); in btu_hcif_rmt_name_request_comp_evt() 1311 btm_process_remote_name (NULL, NULL, 0, status); in btu_hcif_hdl_command_status()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/ |
D | btm_int.h | 1021 void btm_process_remote_name (BD_ADDR bda, BD_NAME name, UINT16 evt_len,
|