Home
last modified time | relevance | path

Searched refs:ir (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/
Dbtc_dm.h48 uint8_t ir[BT_OCTET16_LEN]; member
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_dm.c141 …btc_storage_get_ble_local_key(BTC_LE_LOCAL_KEY_IR,(char*)&btc_dm_cb.ble_local_key_cb.id_keys.ir[0], in btc_dm_load_ble_local_keys()
161 memcpy(&p_id_keys->ir[0], &btc_dm_cb.ble_local_key_cb.id_keys.ir[0], sizeof(BT_OCTET16)); in btc_dm_get_ble_local_keys()
997 memcpy(&btc_dm_cb.ble_local_key_cb.id_keys.ir[0], in btc_dm_sec_cb_handler()
998 &p_data->ble_id_keys.ir[0], sizeof(BT_OCTET16)); in btc_dm_sec_cb_handler()
1004 btc_storage_add_ble_local_key( (char *)&btc_dm_cb.ble_local_key_cb.id_keys.ir[0], in btc_dm_sec_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c2699 if (!SMP_Encrypt(btm_cb.devcb.id_keys.ir, BT_OCTET16_LEN, &btm_ble_irk_pt,
2732 memcpy(&btm_cb.devcb.id_keys.ir[8], p->param_buf, BT_OCTET8_LEN);
2736 SMP_Encrypt(btm_cb.devcb.id_keys.ir, BT_OCTET16_LEN, &btm_ble_dhk_pt,
2763 memcpy(btm_cb.devcb.id_keys.ir, p->param_buf, BT_OCTET8_LEN);
Dbtm_sec.c240 if (memcmp(btm_cb.devcb.id_keys.ir, &temp_value, sizeof(BT_OCTET16)) == 0) { in BTM_SecRegister()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h653 esp_bt_octet16_t ir; /*!< the 16 bits of the ir value */ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h1780 void BTM_GetDeviceIDRoot (BT_OCTET16 ir);
Dbtm_api.h1810 BT_OCTET16 ir; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h763 BT_OCTET16 ir; member