Searched refs:ir (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/ |
D | btc_dm.h | 48 uint8_t ir[BT_OCTET16_LEN]; member
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
D | btc_dm.c | 141 …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/ |
D | btm_ble.c | 2699 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);
|
D | btm_sec.c | 240 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/ |
D | esp_gap_ble_api.h | 653 esp_bt_octet16_t ir; /*!< the 16 bits of the ir value */ member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_ble_api.h | 1780 void BTM_GetDeviceIDRoot (BT_OCTET16 ir);
|
D | btm_api.h | 1810 BT_OCTET16 ir; member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_api.h | 763 BT_OCTET16 ir; member
|