Home
last modified time | relevance | path

Searched refs:Encrypted_Data_Length (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Ddtm_cmd_db.c2374 uint8_t Encrypted_Data_Length;
2381 uint8_t Encrypted_Data_Length;
12333 uint8_t Encrypted_Data_Length = 0; in aci_gap_encrypt_adv_data_nwk_process() local
12347 &Encrypted_Data_Length, in aci_gap_encrypt_adv_data_nwk_process()
12352 rp0->Encrypted_Data_Length = Encrypted_Data_Length; in aci_gap_encrypt_adv_data_nwk_process()
12354 …if (buffer_out_max_length < (output_size + (rp0->Encrypted_Data_Length * (sizeof(uint8_t))) + 6)) … in aci_gap_encrypt_adv_data_nwk_process()
12355 …((void *) rp0->Encrypted_Data,(const void *) Encrypted_Data, rp0->Encrypted_Data_Length * (sizeof(… in aci_gap_encrypt_adv_data_nwk_process()
12356 output_size += rp0->Encrypted_Data_Length * (sizeof(uint8_t)); in aci_gap_encrypt_adv_data_nwk_process()
12390 if(buffer_in_length != 16 + 8 + 1 + cp0->Encrypted_Data_Length * (sizeof(uint8_t))) in aci_gap_decrypt_adv_data_nwk_process()
12397 cp0->Encrypted_Data_Length /* 1 */, in aci_gap_decrypt_adv_data_nwk_process()
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dble_api.h6859 uint8_t Encrypted_Data_Length,