Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Ddtm_cmd_db.c2387 uint8_t Decrypted_Data_Length;
12385 uint8_t Decrypted_Data_Length = 0; in aci_gap_decrypt_adv_data_nwk_process() local
12399 &Decrypted_Data_Length, in aci_gap_decrypt_adv_data_nwk_process()
12404 rp0->Decrypted_Data_Length = Decrypted_Data_Length; in aci_gap_decrypt_adv_data_nwk_process()
12406 …if (buffer_out_max_length < (output_size + (rp0->Decrypted_Data_Length * (sizeof(uint8_t))) + 6)) … in aci_gap_decrypt_adv_data_nwk_process()
12407 …((void *) rp0->Decrypted_Data,(const void *) Decrypted_Data, rp0->Decrypted_Data_Length * (sizeof(… in aci_gap_decrypt_adv_data_nwk_process()
12408 output_size += rp0->Decrypted_Data_Length * (sizeof(uint8_t)); in aci_gap_decrypt_adv_data_nwk_process()