Searched refs:cis_hdl_to_addr (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_iso_impl.h | 274 BTM_LogHistory(kBtmLogTag, cis_hdl_to_addr[evt.cis_conn_hdl], "Establish CIS failed ", in on_status_establish_cis() 277 cis_hdl_to_addr.erase(evt.cis_conn_hdl); in on_status_establish_cis() 296 cis_hdl_to_addr[el.cis_conn_handle] = p_rec->ble.pseudo_addr; in establish_cis() 320 BTM_LogHistory(kBtmLogTag, cis_hdl_to_addr[cis_handle], "Disconnect CIS ", in disconnect_cis() 346 BTM_LogHistory(kBtmLogTag, cis_hdl_to_addr[conn_handle], "Setup data path complete", in on_setup_iso_data_path() 376 BTM_LogHistory(kBtmLogTag, cis_hdl_to_addr[conn_handle], "Setup data path", in setup_iso_data_path() 401 BTM_LogHistory(kBtmLogTag, cis_hdl_to_addr[conn_handle], "Remove data path complete", in on_remove_iso_data_path() 428 BTM_LogHistory(kBtmLogTag, cis_hdl_to_addr[iso_handle], "Remove data path", in remove_iso_data_path() 567 BTM_LogHistory(kBtmLogTag, cis_hdl_to_addr[evt.cis_conn_hdl], "CIS established event", in process_cis_est_pkt() 589 cis_hdl_to_addr.erase(evt.cis_conn_hdl); in process_cis_est_pkt() [all …]
|