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

  /external/bluetooth/bluedroid/stack/btm/
btm_ble.c 1512 tBTM_SEC_DEV_REC *match_rec = (tBTM_SEC_DEV_REC *) p_rec; local
    [all...]
btm_ble_gap.c 633 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;
    [all...]

Completed in 551 milliseconds