Home
last modified time | relevance | path

Searched defs:psm (Results 1 – 11 of 11) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothDevice.java235 protected BluetoothSocket createInsecureL2capChannel(int psm) throws IOException { in createInsecureL2capChannel()
242 protected BluetoothSocket createL2capChannel(int psm) throws IOException { in createL2capChannel()
436 BluetoothSocket createInsecureL2capChannel(int psm); in createInsecureL2capChannel()
439 BluetoothSocket createL2capChannel(int psm); in createL2capChannel()
/external/python/bumble/apps/
Dl2cap_bridge.py42 def __init__(self, psm, max_credits, mtu, mps, tcp_host, tcp_port): argument
157 def __init__(self, psm, max_credits, mtu, mps, address, tcp_host, tcp_port): argument
297 psm, argument
Dgg_bridge.py91 async def connect_l2cap(self, psm): argument
Dbench.py648 psm=DEFAULT_L2CAP_PSM, argument
697 psm=DEFAULT_L2CAP_PSM, argument
/external/python/bumble/bumble/profiles/
Dasha_service.py55 def __init__(self, capability: int, hisyncid: List[int], device: Device, psm=0): argument
/external/python/bumble/bumble/
Dl2cap.py358 def serialize_psm(psm): argument
704 def __init__(self, manager, connection, signaling_cid, psm, source_cid, mtu): argument
1434 def register_server(self, psm, server): argument
1468 psm, argument
1927 async def open_le_coc(self, connection, psm, max_credits, mtu, mps): argument
1968 async def connect(self, connection, psm): argument
Ddevice.py645 def create_l2cap_connector(self, psm): argument
650 psm, argument
1119 def create_l2cap_connector(self, connection, psm): argument
1122 def create_l2cap_registrar(self, psm): argument
1125 def register_l2cap_server(self, psm, server): argument
1130 psm, argument
1143 psm, argument
/external/strace/
Dsockaddr.c431 print_bluetooth_l2_psm(const char *prefix, uint16_t psm) in print_bluetooth_l2_psm()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothSocketConnFacade.java317 Integer psm = new Integer(mAcceptThread.getPsm()); in bluetoothSocketConnGetPsm() local
/external/libcups/backend/
Dipp.c3065 *psm, /* printer-state-message */ in report_printer_state() local
/external/mbedtls/library/
Dssl_tls12_server.c4049 unsigned char *psm = ssl->handshake->premaster; in ssl_parse_client_key_exchange() local