Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Daci_adv_nwk.c270 uint8_t Response_Data_Length, in hci_le_set_periodic_advertising_response_data() argument
276 if(Response_Data_Length > MAX_PAWR_RESPONSE_DATA_SIZE) in hci_le_set_periodic_advertising_response_data()
289 memcpy(p, Response_Data, Response_Data_Length); in hci_le_set_periodic_advertising_response_data()
293 Response_Slot, Response_Data_Length, in hci_le_set_periodic_advertising_response_data()
Daci_adv_nwk.h94 uint8_t Response_Data_Length,
Ddtm_cmd_db.c1755 uint8_t Response_Data_Length;
9888 if(buffer_in_length != 2 + 2 + 1 + 1 + 1 + 1 + cp0->Response_Data_Length * (sizeof(uint8_t))) in hci_le_set_periodic_advertising_response_data_process()
9898 cp0->Response_Data_Length /* 1 */, in hci_le_set_periodic_advertising_response_data_process()
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dble_api.h5823 uint8_t Response_Data_Length,