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

  /external/bluetooth/bluedroid/btif/src/
btif_hf.c 152 bt_bdaddr_t connected_bda; member in struct:_btif_hf_cb
203 btif_hf_cb[i].connected_bda.address) == 0)))
224 btif_hf_cb[i].connected_bda.address) == 0))
411 bdcpy(btif_hf_cb[idx].connected_bda.address,
425 bd2str(&btif_hf_cb[idx].connected_bda, &bdstr));
430 &btif_hf_cb[idx].connected_bda);
433 bdsetany(btif_hf_cb[idx].connected_bda.address);
446 &btif_hf_cb[idx].connected_bda);
447 bdsetany(btif_hf_cb[idx].connected_bda.address);
467 &btif_hf_cb[idx].connected_bda);
    [all...]
btif_hf_client.c 108 bt_bdaddr_t connected_bda; member in struct:__anon5701
141 &btif_hf_client_cb.connected_bda);
168 ((bd_addr == NULL) || (bdcmp(bd_addr->address, btif_hf_client_cb.connected_bda.address) == 0)))
220 bdcpy(btif_hf_client_cb.connected_bda.address, bd_addr->address);
222 BTA_HfClientOpen(btif_hf_client_cb.handle, btif_hf_client_cb.connected_bda.address,
755 bdcpy(btif_hf_client_cb.connected_bda.address, p_data->open.bd_addr);
768 __FUNCTION__, p_data->open.status, btif_hf_client_cb.state, bd2str(&btif_hf_client_cb.connected_bda, &bdstr));
773 0, 0, &btif_hf_client_cb.connected_bda);
776 bdsetany(btif_hf_client_cb.connected_bda.address);
789 &btif_hf_client_cb.connected_bda);
    [all...]

Completed in 2832 milliseconds