Home
last modified time | relevance | path

Searched refs:PEER_IRK_LEN (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h680 #ifndef PEER_IRK_LEN
681 #define PEER_IRK_LEN 16 macro
682 typedef uint8_t PEER_IRK[PEER_IRK_LEN];
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gap_ble.h157 uint8_t irk[PEER_IRK_LEN];
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h760 UINT8 irk[PEER_IRK_LEN]; // Identity Resolving Key (IRK)
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c2917 memcpy(p_msg->irk, irk, PEER_IRK_LEN); // Copy the IRK to the message in BTA_DmBleAddDevToResolvingList()