Lines Matching refs:STUB_FUNCTION
170 STUB_FUNCTION(bool, hal_init, (const hci_hal_callbacks_t *callbacks, thread_t *working_thread))
181 STUB_FUNCTION(bool, hal_open, ())
187 STUB_FUNCTION(void, hal_close, ())
192 STUB_FUNCTION(uint16_t, hal_transmit_data, (serial_data_type_t type, uint8_t *data, uint16_t length))
227 STUB_FUNCTION(size_t, hal_read_data, (serial_data_type_t type, uint8_t *buffer, size_t max_size))
250 STUB_FUNCTION(void, hal_packet_finished, (serial_data_type_t type))
273 STUB_FUNCTION(bool, hci_inject_open, (
280 STUB_FUNCTION(void, hci_inject_close, ())
285 STUB_FUNCTION(void, btsnoop_capture, (const BT_HDR *buffer, bool is_received))
331 STUB_FUNCTION(void, low_power_init, (UNUSED_ATTR thread_t *thread))
336 STUB_FUNCTION(void, low_power_cleanup, ())
341 STUB_FUNCTION(void, low_power_wake_assert, ())
353 STUB_FUNCTION(void, low_power_transmit_done, ())
365 STUB_FUNCTION(bool, vendor_open, (UNUSED_ATTR const uint8_t *addr, const hci_t *hci_interface))
376 STUB_FUNCTION(void, vendor_close, ())
381 STUB_FUNCTION(void, vendor_set_callback, (vendor_async_opcode_t opcode, UNUSED_ATTR vendor_cb callback))
403 STUB_FUNCTION(int, vendor_send_command, (vendor_opcode_t opcode, void *param))
435 STUB_FUNCTION(int, vendor_send_async_command, (UNUSED_ATTR vendor_async_opcode_t opcode, UNUSED_ATTR void *param))
458 STUB_FUNCTION(void, command_complete_callback, (BT_HDR *response, UNUSED_ATTR void *context))
467 STUB_FUNCTION(void, command_status_callback, (UNUSED_ATTR uint8_t status, BT_HDR *command, UNUSED_ATTR void *context))
476 STUB_FUNCTION(uint16_t, controller_get_acl_data_size_classic, (void))
480 STUB_FUNCTION(uint16_t, controller_get_acl_data_size_ble, (void))
484 STUB_FUNCTION(void *, buffer_allocator_alloc, (size_t size))
495 STUB_FUNCTION(void, buffer_allocator_free, (void *ptr))