Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_hci.py41 def send(self, pb_flag, b_flag, data: bytes): argument
43 …acl = hci.Acl(handle=self.handle, packet_boundary_flag=pb_flag, broadcast_flag=b_flag, payload=dat…
68 def send(self, pb_flag, b_flag, data: bytes): argument
70 …acl = hci.Acl(handle=self.handle, packet_boundary_flag=pb_flag, broadcast_flag=b_flag, payload=dat…
Dpy_hal.py38 def send(self, pb_flag, b_flag, data: bytes): argument
40 …acl = hci.Acl(handle=self.handle, packet_boundary_flag=pb_flag, broadcast_flag=b_flag, payload=dat…
147 def send_acl(self, handle, pb_flag, b_flag, data: bytes): argument
148 … acl = hci.Acl(handle=handle, packet_boundary_flag=pb_flag, broadcast_flag=b_flag, payload=data)
/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Ddirect_hci_test.py48 def enqueue_acl_data(self, handle, pb_flag, b_flag, data): argument
49 … acl = hci.Acl(handle=handle, packet_boundary_flag=pb_flag, broadcast_flag=b_flag, payload=data)
Dle_acl_manager_test.py71 def enqueue_acl_data(self, handle, pb_flag, b_flag, data): argument
72 … acl = hci.Acl(handle=handle, packet_boundary_flag=pb_flag, broadcast_flag=b_flag, payload=data)