/external/bluetooth/bluedroid/stack/btm/ |
btm_ble_gap.c | 258 p_cb->direct_bda.type, 259 p_cb->direct_bda.bda, 445 *p_init_addr_type = p_cb->direct_bda.type; 446 memcpy(p_addr_ptr, p_cb->direct_bda.bda, BD_ADDR_LEN); 501 memcpy(&p_cb->direct_bda, p_dir_bda, sizeof(tBLE_BD_ADDR)); 556 memcpy(p_dir_bda, &p_cb->direct_bda, sizeof(tBLE_BD_ADDR)); [all...] |
btm_ble_int.h | 122 tBLE_BD_ADDR direct_bda; member in struct:__anon797
|
/external/bluetooth/bluedroid/stack/hcic/ |
hciblecmds.c | 165 UINT8 addr_type_dir, BD_ADDR direct_bda, 187 BDADDR_TO_STREAM (pp, direct_bda);
|
/external/bluetooth/bluedroid/stack/include/ |
hcimsgs.h | [all...] |