Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Dadv_buff_alloc.c29 uint8_t handle; member
46 adv_buf_info[i][j].handle = 0xFF; in adv_buff_init()
55 static struct adv_set_info_s *search_handle(uint8_t handle, uint8_t data_type) in search_handle() argument
64 if(adv_buf_info[data_type][i].handle == handle) in search_handle()
76 uint8_t new_buff_pending(uint8_t handle, uint8_t data_type) in new_buff_pending() argument
80 info = search_handle(handle, data_type); in new_buff_pending()
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() argument
109 info = search_handle(handle, data_type); in adv_buff_alloc()
114 info->handle = handle; in adv_buff_alloc()
168 void adv_buff_free_current(uint8_t handle, uint8_t data_type) in adv_buff_free_current() argument
[all …]
Dadv_buff_alloc.h15 uint8_t *adv_buff_alloc(uint8_t handle, uint16_t buffer_len, uint8_t extend, uint16_t *old_buff_len…
16 void adv_buff_free_current(uint8_t handle, uint8_t data_type);
17 void adv_buff_free_next(uint8_t handle, uint8_t data_type);
19 void adv_buff_activate_next(uint8_t handle, uint8_t data_type);
20 void adv_buff_deactivate_current(uint8_t handle, uint8_t data_type);
21 uint8_t new_buff_pending(uint8_t handle, uint8_t data_type);
Dhci_parser.h70 uint16_t handle; /* Connection handle & Flags(PB, BC) */
76 uint16_t handle; /* Connection handle & Flags(PB, TS) */
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c256 static void _calibration_callback(void *handle);
268 … VTIMER_HandleType *_insert_timer_in_queue(VTIMER_HandleType *rootNode, VTIMER_HandleType *handle);
270 … VTIMER_HandleType *_remove_timer_in_queue(VTIMER_HandleType *rootNode, VTIMER_HandleType *handle);
1188 static void _calibration_callback(void *handle) in _calibration_callback() argument
1323 …c VTIMER_HandleType *_insert_timer_in_queue(VTIMER_HandleType *rootNode, VTIMER_HandleType *handle) in _insert_timer_in_queue() argument
1329 while ((current != NULL) && (current->expiryTime < handle->expiryTime)) in _insert_timer_in_queue()
1335 handle->next = current; in _insert_timer_in_queue()
1340 returnValue = handle; in _insert_timer_in_queue()
1344 prev->next = handle; in _insert_timer_in_queue()
1367 …c VTIMER_HandleType *_remove_timer_in_queue(VTIMER_HandleType *rootNode, VTIMER_HandleType *handle) in _remove_timer_in_queue() argument
[all …]
/hal_stm32-latest/lib/stm32wb/hci/
Ddbg_trace.h95 size_t DbgTraceWrite(int handle, const unsigned char * buf, size_t bufSize);
Dtl.h163 uint16_t handle;
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/link_layer/ll_cmd_lib/inc/
Dpta.h167 uint16_t handle,
Dll_intf.h4231 const uint16_t handle,