Searched refs:header_p (Results 1 – 2 of 2) sorted by relevance
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/ |
D | ble_stack_user_cfg.h | 294 tBleStatus hci_acl_data_tx_cmpl_event_int_cb_ucfg(void* header_p, 296 tBleStatus hci_acl_data_tx_cmpl_event_int_cb_ucfg_weak(void* header_p, 298 tBleStatus hci_acl_data_tx_cmpl_event_int_cb(void* header_p, 301 tBleStatus hci_acl_data_ind_event_int_cb_ucfg(void* header_p, 303 tBleStatus hci_acl_data_ind_event_int_cb_ucfg_weak(void* header_p, 305 tBleStatus hci_acl_data_ind_event_int_cb(void* header_p, 360 tBleStatus hci_disconnection_complete_event_int_cb_ucfg(void* header_p, 362 tBleStatus hci_disconnection_complete_event_int_cb_ucfg_weak(void* header_p, 364 tBleStatus hci_disconnection_complete_event_int_cb(void* header_p, 367 tBleStatus hci_encryption_change_event_int_cb_ucfg(void* header_p, [all …]
|
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/config/ |
D | ble_stack_user_cfg.c | 475 tBleStatus hci_acl_data_tx_cmpl_event_int_cb_ucfg(void* header_p, in hci_acl_data_tx_cmpl_event_int_cb_ucfg() argument 478 return hci_acl_data_tx_cmpl_event_int_cb(header_p, in hci_acl_data_tx_cmpl_event_int_cb_ucfg() 484 tBleStatus hci_acl_data_ind_event_int_cb_ucfg(void* header_p, in hci_acl_data_ind_event_int_cb_ucfg() argument 487 return hci_acl_data_ind_event_int_cb(header_p, in hci_acl_data_ind_event_int_cb_ucfg() 590 tBleStatus hci_disconnection_complete_event_int_cb_ucfg(void* header_p, in hci_disconnection_complete_event_int_cb_ucfg() argument 593 return hci_disconnection_complete_event_int_cb(header_p, in hci_disconnection_complete_event_int_cb_ucfg() 599 tBleStatus hci_encryption_change_event_int_cb_ucfg(void* header_p, in hci_encryption_change_event_int_cb_ucfg() argument 602 return hci_encryption_change_event_int_cb(header_p, in hci_encryption_change_event_int_cb_ucfg() 608 tBleStatus hci_encryption_key_refresh_complete_event_int_cb_ucfg(void* header_p, in hci_encryption_key_refresh_complete_event_int_cb_ucfg() argument 611 return hci_encryption_key_refresh_complete_event_int_cb(header_p, in hci_encryption_key_refresh_complete_event_int_cb_ucfg() [all …]
|