Searched refs:Data_Length (Results 1 – 12 of 12) sorted by relevance
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/ |
D | aci_adv_nwk.c | 58 … uint8_t Data_Length, uint8_t *Data, uint8_t adv_scan_resp, uint8_t layer); 60 static tBleStatus set_legacy_data_ptr(uint16_t Data_Length, uint8_t *Data, uint8_t adv_scan_resp, u… 67 …te_and_set_data(uint8_t Advertising_Handle, uint8_t Operation, uint8_t Data_Length, uint8_t *Data,… in allocate_and_set_data() argument 69 …return allocate_and_set_data_legacy(Advertising_Handle, Operation, Data_Length, Data, adv_scan_res… in allocate_and_set_data() 86 …set_data_legacy(uint8_t Advertising_Handle, uint8_t Operation, uint8_t Data_Length, uint8_t *Data,… in allocate_and_set_data_legacy() argument 91 if(Operation != COMPLETE_DATA || Data_Length > 31) in allocate_and_set_data_legacy() 99 memcpy(adv_buffer, Data, Data_Length); in allocate_and_set_data_legacy() 101 ret = set_legacy_data_ptr(Data_Length, adv_buffer, adv_scan_resp, layer); in allocate_and_set_data_legacy() 111 static tBleStatus set_legacy_data_ptr(uint16_t Data_Length, uint8_t *Data, uint8_t adv_scan_resp, u… in set_legacy_data_ptr() argument 117 return aci_gap_set_advertising_data(0, COMPLETE_DATA, Data_Length, Data); in set_legacy_data_ptr() [all …]
|
D | dtm_preprocess_events.h | 68 uint16_t Data_Length, 75 uint16_t Data_Length,
|
D | dtm_cmd_db.h | 41 tBleStatus aci_hal_read_radio_reg(uint32_t Start_Address, uint8_t Num_Bytes, uint8_t *Data_Length, … 77 uint8_t Data_Length,
|
D | aci_gatt_nwk.h | 539 uint16_t Data_Length, 567 uint8_t Data_Length,
|
D | dtm_preprocess_events.c | 209 evt->Attribute_Handle, evt->Data_Length, evt->Data); in aci_gatt_srv_write_event_process() 221 … evt->Data_Offset, evt->Data_Length, evt->Data); in aci_att_srv_prepare_write_req_event_process()
|
D | dtm_cmd_db.c | 1859 uint8_t Data_Length; 1966 uint8_t Data_Length; 2368 uint8_t Data_Length; 2786 uint16_t Data_Length; 3034 uint8_t Data_Length; 10314 uint8_t Data_Length = 0; in aci_hal_read_config_data_process() local 10325 &Data_Length, in aci_hal_read_config_data_process() 10330 rp0->Data_Length = Data_Length; in aci_hal_read_config_data_process() 10332 …if (buffer_out_max_length < (output_size + (rp0->Data_Length * (sizeof(uint8_t))) + 6)) { return 0… in aci_hal_read_config_data_process() 10333 Osal_MemCpy((void *) rp0->Data,(const void *) Data, rp0->Data_Length * (sizeof(uint8_t))); in aci_hal_read_config_data_process() [all …]
|
D | dtm_cmds.c | 345 uint8_t *Data_Length, in aci_hal_read_radio_reg() argument 367 * Data_Length = Num_Bytes; in aci_hal_read_radio_reg()
|
D | dtm_burst.h | 47 uint32_t BURST_RXReport(uint16_t *Data_Length, uint32_t *Sequence_Errors);
|
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/ |
D | ble_events.h | 352 uint8_t Data_Length; 559 uint8_t Data_Length; 686 uint8_t Data_Length; 714 uint8_t Data_Length; 744 uint8_t Data_Length; 792 uint8_t Data_Length; 862 uint16_t Data_Length; 891 uint16_t Data_Length; 969 uint16_t Data_Length; 978 uint16_t Data_Length;
|
D | ble_types.h | 77 uint8_t Data_Length; 210 uint8_t Data_Length; 265 uint8_t Data_Length;
|
D | ble_api.h | 4901 uint16_t Data_Length, 5403 uint8_t *Data_Length, 5650 tBleStatus ll_set_legacy_advertising_data_ptr(uint8_t Data_Length, 5658 tBleStatus ll_set_legacy_scan_reponse_data_ptr(uint8_t Data_Length, 6845 uint8_t Data_Length,
|
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/ble/stack/include/auto/ |
D | ble_types.h | 2395 uint8_t Data_Length; 4193 uint8_t Data_Length; 4216 uint8_t Data_Length; 4431 uint8_t Data_Length; 4464 uint8_t Data_Length; 4501 uint8_t Data_Length; 4521 uint8_t Data_Length; 4618 uint8_t Data_Length; 4647 uint8_t Data_Length; 4707 uint8_t Data_Length; [all …]
|