Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py435 def create_insecure_l2cap_channel(self, address, psm): member in Bluetooth
438 return self.socket_manager.create_insecure_l2cap_channel(device, psm)
Dl2cap.py165 socket_result = self.bluetooth.create_insecure_l2cap_channel(address, request.psm)
/packages/modules/Bluetooth/floss/pandora/floss/
Dsocket_manager.py279 def create_insecure_l2cap_channel(self, device, psm): member in FlossSocketManagerClient
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsocket_manager.rs345 fn create_insecure_l2cap_channel( in create_insecure_l2cap_channel() method
1377 fn create_insecure_l2cap_channel( in create_insecure_l2cap_channel() method
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs921 fn create_insecure_l2cap_channel( in create_insecure_l2cap_channel() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs1912 proxy.create_insecure_l2cap_channel(callback_id, device, psm) in cmd_socket()
Ddbus_iface.rs2197 fn create_insecure_l2cap_channel( in create_insecure_l2cap_channel() method