Searched refs:connected_bda (Results 1 – 2 of 2) sorted by relevance
/system/bt/btif/src/ |
D | btif_hf.c | 155 bt_bdaddr_t connected_bda; member 205 btif_hf_cb[i].connected_bda.address) == 0))) in is_connected() 226 btif_hf_cb[i].connected_bda.address) == 0)) in btif_hf_idx_by_bdaddr() 417 bdcpy(btif_hf_cb[idx].connected_bda.address, in btif_hf_upstreams_evt() 431 … bdaddr_to_string(&btif_hf_cb[idx].connected_bda, bdstr, sizeof(bdstr))); in btif_hf_upstreams_evt() 436 &btif_hf_cb[idx].connected_bda); in btif_hf_upstreams_evt() 439 bdsetany(btif_hf_cb[idx].connected_bda.address); in btif_hf_upstreams_evt() 452 &btif_hf_cb[idx].connected_bda); in btif_hf_upstreams_evt() 453 bdsetany(btif_hf_cb[idx].connected_bda.address); in btif_hf_upstreams_evt() 473 &btif_hf_cb[idx].connected_bda); in btif_hf_upstreams_evt() [all …]
|
D | btif_hf_client.c | 111 bt_bdaddr_t connected_bda; member 143 &btif_hf_client_cb.connected_bda); in btif_in_hf_client_generic_evt() 170 … ((bd_addr == NULL) || (bdcmp(bd_addr->address, btif_hf_client_cb.connected_bda.address) == 0))) in is_connected() 222 bdcpy(btif_hf_client_cb.connected_bda.address, bd_addr->address); in connect_int() 224 BTA_HfClientOpen(btif_hf_client_cb.handle, btif_hf_client_cb.connected_bda.address, in connect_int() 756 bdcpy(btif_hf_client_cb.connected_bda.address, p_data->open.bd_addr); in btif_hf_client_upstreams_evt() 769 ….status, btif_hf_client_cb.state, bdaddr_to_string(&btif_hf_client_cb.connected_bda, bdstr, sizeof… in btif_hf_client_upstreams_evt() 774 0, 0, &btif_hf_client_cb.connected_bda); in btif_hf_client_upstreams_evt() 777 bdsetany(btif_hf_client_cb.connected_bda.address); in btif_hf_client_upstreams_evt() 790 &btif_hf_client_cb.connected_bda); in btif_hf_client_upstreams_evt() [all …]
|