Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/py/
Dcontroller.py34 SEND_LL_FUNC = CFUNCTYPE(None, POINTER(c_ubyte), c_size_t, c_int, c_int) variable
82 @SEND_LL_FUNC
90 self.send_ll_callback = SEND_LL_FUNC(send_ll)