Home
last modified time | relevance | path

Searched refs:btm_process_remote_name (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/btu/
Dbtu_hcif.c639 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/
Dbtm_inq.c2322 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()
Dbtm_int.h919 extern void btm_process_remote_name (BD_ADDR bda, BD_NAME name, UINT16 evt_len,
Dbtm_ble_gap.c2033 btm_process_remote_name(bda, bd_name, length +1, hci_status); in btm_ble_read_remote_name_cmpl()