Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dble_stack_user_cfg.h218 uint16_t connectionHandle);
220 uint16_t connectionHandle);
222 uint16_t connectionHandle);
253 void GAP_peripheral_connection_complete_handler_ucfg(uint16_t connectionHandle);
254 void GAP_peripheral_connection_complete_handler_ucfg_weak(uint16_t connectionHandle);
255 void GAP_peripheral_connection_complete_handler(uint16_t connectionHandle);
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/config/
Dble_stack_user_cfg.c331 uint16_t connectionHandle) in GAP_central_connection_complete_handler_ucfg() argument
334 connectionHandle); in GAP_central_connection_complete_handler_ucfg()
397 void GAP_peripheral_connection_complete_handler_ucfg(uint16_t connectionHandle) in GAP_peripheral_connection_complete_handler_ucfg() argument
399 GAP_peripheral_connection_complete_handler(connectionHandle); in GAP_peripheral_connection_complete_handler_ucfg()