/external/bluetooth/bluedroid/btif/include/ |
btif_util.h | 66 char *bd2str(const bt_bdaddr_t *addr, bdstr_t *bdstr);
|
/external/bluetooth/bluedroid/btif/src/ |
btif_storage.c | 206 bd2str(bd_addr, &bdstr), fname); 251 bd2str(remote_bd_addr, &bdstr); 343 bd2str(remote_bd_addr, &bdstr); 782 bd2str(remote_bd_addr, &bdstr); 803 bd2str(remote_bd_addr, &bdstr); [all...] |
btif_dm.c | 324 bd2str(remote_bdaddr, &bdstr); 374 ALOGD("remote version info [%s]: %x, %x, %x", bd2str(p_bd, &bdstr), 516 bd2str(bd_addr, &bdstr); [all...] |
btif_core.c | 433 bd2str(local_addr, &bdstr); 444 bd2str(local_addr, &bdstr); 562 bd2str(&bd_addr, &bdstr)); 588 bd2str(&btif_local_bd_addr, &buf); [all...] |
btif_gatt_util.c | 312 bd2str(&bda, &bd_addr_str);
|
btif_util.c | 94 char *bd2str(const bt_bdaddr_t *bdaddr, bdstr_t *bdstr) function
|
btif_hf.c | 283 __FUNCTION__, p_data->open.status, btif_hf_cb.state, bd2str(&btif_hf_cb.connected_bda, &bdstr)); [all...] |
btif_pan.c | 530 bd2str((bt_bdaddr_t*)p_data->opening.bd_addr, &bds);
|
btif_gatt_client.c | [all...] |