Searched refs:send_hci (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | ffi.cc | 48 void (*send_hci)(int idc, uint8_t const* data, size_t data_len), in ffi_controller_new() 56 send_hci(hci::Idc::EVT, data->data(), data->size()); in ffi_controller_new() 60 send_hci(hci::Idc::ACL, data->data(), data->size()); in ffi_controller_new() 64 send_hci(hci::Idc::SCO, data->data(), data->size()); in ffi_controller_new() 68 send_hci(hci::Idc::ISO, data->data(), data->size()); in ffi_controller_new()
|
D | ffi.h | 23 void (*send_hci)(int idc, uint8_t const* data,
|
/packages/modules/Bluetooth/tools/rootcanal/py/ |
D | controller.py | 76 def send_hci(idc: c_int, data: POINTER(c_ubyte), data_len: c_size_t): function 89 self.send_hci_callback = SEND_HCI_FUNC(send_hci)
|