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

  /external/bluetooth/bluedroid/stack/btm/
btm_ble_int.h 162 typedef void (tBTM_BLE_RESOLVE_CBACK) (void * match_rec, void *p);
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 57 milliseconds