Searched refs:match_rec (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_int.h162 typedef void (tBTM_BLE_RESOLVE_CBACK) (void * match_rec, void *p);
H A Dbtm_ble.c1512 tBTM_SEC_DEV_REC *match_rec = (tBTM_SEC_DEV_REC *) p_rec; local
1532 if (match_rec)
1536 match_rec->ble.active_addr_type = BTM_BLE_ADDR_RRA;
1537 memcpy(match_rec->ble.cur_rand_addr, bda, BD_ADDR_LEN);
1538 memcpy(bda, match_rec->bd_addr, BD_ADDR_LEN);
H A Dbtm_ble_gap.c633 tBTM_SEC_DEV_REC *match_rec = (tBTM_SEC_DEV_REC *) p_rec; local
645 if (match_rec)
648 match_rec->ble.active_addr_type = BTM_BLE_ADDR_RRA;
649 memcpy(match_rec->ble.cur_rand_addr, bda, BD_ADDR_LEN);
650 memcpy(bda, match_rec->bd_addr, BD_ADDR_LEN);
651 addr_type = match_rec->ble.ble_addr_type;

Completed in 90 milliseconds