Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBluetoothSocketManagerBinder.java36 private static final int INVALID_CID = -1; field in BluetoothSocketManagerBinder
144 return INVALID_CID; in getL2capLocalChannelId()
158 return INVALID_CID; in getL2capRemoteChannelId()
/packages/modules/Bluetooth/floss/hcidoc/packets/
Dl2cap_packets.pdl246 INVALID_CID = 0x0006,
383 INVALID_CID = 0x0006,
/packages/modules/Bluetooth/system/pdl/l2cap/
Dl2cap_packets.pdl282 INVALID_CID = 0x0006,
486 INVALID_CID = 0x0006,
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp68 const jint INVALID_CID = -1; variable
2111 return INVALID_CID; in getSocketL2capLocalChannelIdNative()
2117 return INVALID_CID; in getSocketL2capLocalChannelIdNative()
2129 return INVALID_CID; in getSocketL2capRemoteChannelIdNative()
2135 return INVALID_CID; in getSocketL2capRemoteChannelIdNative()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dsignalling_manager.cc184 …send_connection_response(signal_id, remote_cid, kInvalidCid, ConnectionResponseResult::INVALID_CID, in OnConnectionRequest()