Home
last modified time | relevance | path

Searched refs:ffi_controller_new (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dffi.h22 void* ffi_controller_new(uint8_t const address[6],
Dffi.cc46 __attribute__((visibility("default"))) void* ffi_controller_new( in ffi_controller_new() function
/packages/modules/Bluetooth/tools/rootcanal/py/
Dcontroller.py31 rootcanal.ffi_controller_new.restype = c_void_p
93 … self.instance = rootcanal.ffi_controller_new(c_char_p(address.address), self.send_hci_callback,