HomeSort by relevance Sort by last modified time
    Searched refs:connected_bda (Results 1 - 2 of 2) sorted by null

  /system/bt/btif/src/
btif_hf.c 159 bt_bdaddr_t connected_bda; member in struct:_btif_hf_cb
209 btif_hf_cb[i].connected_bda.address) == 0)))
230 btif_hf_cb[i].connected_bda.address) == 0))
421 bdcpy(btif_hf_cb[idx].connected_bda.address,
435 bdaddr_to_string(&btif_hf_cb[idx].connected_bda, bdstr, sizeof(bdstr)));
440 &btif_hf_cb[idx].connected_bda);
443 bdsetany(btif_hf_cb[idx].connected_bda.address);
456 &btif_hf_cb[idx].connected_bda);
457 bdsetany(btif_hf_cb[idx].connected_bda.address);
477 &btif_hf_cb[idx].connected_bda);
    [all...]
btif_hf_client.c 111 bt_bdaddr_t connected_bda; member in struct:__anon73779
143 &btif_hf_client_cb.connected_bda);
170 ((bd_addr == NULL) || (bdcmp(bd_addr->address, btif_hf_client_cb.connected_bda.address) == 0)))
222 bdcpy(btif_hf_client_cb.connected_bda.address, bd_addr->address);
224 BTA_HfClientOpen(btif_hf_client_cb.handle, btif_hf_client_cb.connected_bda.address,
756 bdcpy(btif_hf_client_cb.connected_bda.address, p_data->open.bd_addr);
769 __FUNCTION__, p_data->open.status, btif_hf_client_cb.state, bdaddr_to_string(&btif_hf_client_cb.connected_bda, bdstr, sizeof(bdstr)));
774 0, 0, &btif_hf_client_cb.connected_bda);
777 bdsetany(btif_hf_client_cb.connected_bda.address);
790 &btif_hf_client_cb.connected_bda);
    [all...]

Completed in 47 milliseconds