Searched refs:ConnectRequest (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/stack/test/common/ |
D | mock_l2cap_layer.h | 35 virtual uint16_t ConnectRequest(uint16_t psm, const RawAddress& bd_addr) = 0; 62 MOCK_METHOD2(ConnectRequest, uint16_t(uint16_t psm, const RawAddress& bd_addr));
|
D | mock_l2cap_layer.cc | 42 return l2cap_interface->ConnectRequest(psm, bd_addr); in L2CA_ConnectReq()
|
/packages/modules/Bluetooth/framework/tests/metrics/device/android/bluetooth/ |
D | BluetoothMetricsHelperTest.kt | 50 import pandora.HostProto.ConnectRequest 148 ConnectRequest.newBuilder() in incomingClassicConnectionTest()
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | L2cap.kt | 61 request: ConnectRequest, in connect()
|
D | Host.kt | 348 request: ConnectRequest, in connect()
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/sockets/lecoc/ |
D | DckL2capTest.kt | 59 import pandora.l2cap.L2CAPProto.ConnectRequest 682 ConnectRequest.newBuilder() in createAndConnectL2capChannelWithBumble()
|
/packages/modules/Bluetooth/system/stack/test/rfcomm/ |
D | stack_rfcomm_test.cc | 256 EXPECT_CALL(l2cap_interface_, ConnectRequest(BT_PSM_RFCOMM, peer_bd_addr)) in StartClientPort() 654 EXPECT_CALL(l2cap_interface_, ConnectRequest(BT_PSM_RFCOMM, test_address)) in TEST_F()
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | host.py | 80 async def Connect(self, request: host_pb2.ConnectRequest, argument
|