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

  /system/bt/stack/btm/
btm_ble_addr.cc 96 /* encrypt with ur IRK */
97 if (!SMP_Encrypt(btm_cb.devcb.id_keys.irk, BT_OCTET16_LEN, rand, 3,
246 /* generate X = E irk(R0, R1, R2) and R is random address 3 LSO */
247 SMP_Encrypt(p_dev_rec->ble.keys.irk, BT_OCTET16_LEN, &rand[0], 3, &output);
266 * device record, starting from calculating IRK. If the record
294 /* generate X = E irk(R0, R1, R2) and R is random address 3 LSO */
295 SMP_Encrypt(p_dev_rec->ble.keys.irk, BT_OCTET16_LEN, &rand[0], 3, &output);
btm_ble_privacy.cc 134 * Description clear IRK list index mask for availability
154 * Description find the first available IRK list index
199 /* clear IRK list index mask */
354 /* skip subcode, index, IRK value, address type, identity addr type */
372 * Description IRK operation VSC complete handler
404 * Description This function to remove an IRK entry from the list
465 * Description This function read an IRK entry by index
731 uint8_t* peer_irk = p_dev_rec->ble.keys.irk;
732 uint8_t* local_irk = btm_cb.devcb.id_keys.irk;
742 // use identical IRK for no
    [all...]
btm_ble.cc 223 * the local device IR is copied into irk
226 void BTM_GetDeviceIDRoot(BT_OCTET16 irk) {
229 memcpy(irk, btm_cb.devcb.id_keys.irk, BT_OCTET16_LEN);
    [all...]
btm_ble_multi_adv.cc 203 BT_OCTET16 irk; local
204 BTM_GetDeviceIDRoot(irk);
207 if (!SMP_Encrypt(irk, BT_OCTET16_LEN, rand, 3, &output))
    [all...]
btm_int_types.h 418 BT_OCTET16 irk; /* peer diverified identity root */ member in struct:__anon2170
    [all...]
  /system/bt/stack/smp/
smp_utils.cc 549 BT_OCTET16 irk; local
557 BTM_GetDeviceIDRoot(irk);
560 ARRAY_TO_STREAM(p, irk, BT_OCTET16_LEN);
    [all...]
smp_act.cc 851 /* In LE SC mode only IRK, IAI, CSRK are exchanged with the peer.
    [all...]
  /system/bt/btif/src/
btif_dm.cc 130 uint8_t irk[BT_OCTET16_LEN]; member in struct:__anon1755
    [all...]
  /system/bt/stack/include/
btm_api_types.h 1663 BT_OCTET16 irk; member in struct:__anon2363
1706 BT_OCTET16 irk; member in struct:__anon2367
    [all...]
  /system/bt/bta/include/
bta_api.h 489 BT_OCTET16 irk; member in struct:__anon1436
    [all...]
  /system/bt/stack/test/
ble_advertiser_test.cc 54 void BTM_GetDeviceIDRoot(BT_OCTET16 irk) {}
    [all...]

Completed in 235 milliseconds