Searched refs:btm_process_remote_name (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/btu/ |
D | btu_hcif.c | 639 btm_process_remote_name (bd_addr, p, evt_len, status); in btu_hcif_rmt_name_request_comp_evt() 1039 btm_process_remote_name (NULL, NULL, 0, status); in btu_hcif_hdl_command_status()
|
/system/bt/stack/btm/ |
D | btm_inq.c | 2322 void btm_process_remote_name (BD_ADDR bda, BD_NAME bdn, UINT16 evt_len, UINT8 hci_status) in btm_process_remote_name() function 2415 btm_process_remote_name (btm_cb.btm_inq_vars.remname_bda, NULL, 0, HCI_ERR_UNSPECIFIED); in btm_inq_rmt_name_failed() 2417 btm_process_remote_name (NULL, NULL, 0, HCI_ERR_UNSPECIFIED); in btm_inq_rmt_name_failed()
|
D | btm_int.h | 919 extern void btm_process_remote_name (BD_ADDR bda, BD_NAME name, UINT16 evt_len,
|
D | btm_ble_gap.c | 2033 btm_process_remote_name(bda, bd_name, length +1, hci_status); in btm_ble_read_remote_name_cmpl()
|