Searched refs:adv_buff_alloc (Results 1 – 5 of 5) sorted by relevance
/hal_stm32-latest/lib/stm32wb0/ |
D | README.rst | 38 Projects/NUCLEO-WB09KE/Applications/BLE/BLE_TransparentMode/STM32_BLE/App/adv_buff_alloc.c 39 Projects/NUCLEO-WB09KE/Applications/BLE/BLE_TransparentMode/STM32_BLE/App/adv_buff_alloc.h
|
D | CMakeLists.txt | 298 zephyr_library_sources(BLE_TransparentMode/STM32_BLE/App/adv_buff_alloc.c)
|
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/ |
D | adv_buff_alloc.h | 15 uint8_t *adv_buff_alloc(uint8_t handle, uint16_t buffer_len, uint8_t extend, uint16_t *old_buff_len…
|
D | adv_buff_alloc.c | 103 uint8_t *adv_buff_alloc(uint8_t handle, uint16_t buffer_len, uint8_t extend, uint16_t *old_buff_len… in adv_buff_alloc() function
|
D | aci_adv_nwk.c | 591 buffer = adv_buff_alloc(Advertising_Handle, Data_Length, extend, &old_buff_len, data_type); in allocate_and_set_data_ext()
|