Home
last modified time | relevance | path

Searched refs:btu_hcif_process_event (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/stack/btu/
Dbtu_event.cc29 btu_hcif_process_event((uint8_t)(p_msg->event & BT_SUB_EVT_MASK), p_msg); in btu_hci_msg_process()
Dbtu_hcif.cc218 void btu_hcif_process_event(uint8_t /* controller_id */, const BT_HDR* p_msg) { in btu_hcif_process_event() function
/packages/modules/Bluetooth/system/stack/include/
Dbtu_hcif.h29 void btu_hcif_process_event(uint8_t controller_id, const BT_HDR* p_buf);
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btu_hcif.cc39 void btu_hcif_process_event(uint8_t /* controller_id */, BT_HDR* /* p_msg */) { in btu_hcif_process_event() function