Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py430 def create_l2cap_channel(self, address, psm): member in Bluetooth
433 return self.socket_manager.create_l2cap_channel(device, psm)
Dl2cap.py168 socket_result = self.bluetooth.create_l2cap_channel(address, request.psm)
/packages/modules/Bluetooth/floss/pandora/floss/
Dsocket_manager.py292 def create_l2cap_channel(self, device, psm): member in FlossSocketManagerClient
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsocket_manager.rs369 fn create_l2cap_channel( in create_l2cap_channel() method
1407 fn create_l2cap_channel( in create_l2cap_channel() method
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs941 fn create_l2cap_channel( in create_l2cap_channel() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs1906 proxy.create_l2cap_channel(callback_id, device, psm) in cmd_socket()
Ddbus_iface.rs2217 fn create_l2cap_channel( in create_l2cap_channel() method