Searched refs:Receive (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/gd/common/ |
D | bidi_queue_unittest.cc | 78 std::promise<TB*>* Receive() { in Receive() function in bluetooth::common::__anon5ce44f8f0111::TestBidiQueueEnd 127 auto promise_receive_b = test_down.Receive(); in TEST_F() 135 auto promise_receive_a = test_up.Receive(); in TEST_F()
|
/packages/modules/Connectivity/tests/unit/res/raw/ |
D | net_dev_typical | 1 Inter-| Receive | Transmit
|
/packages/modules/Bluetooth/tools/rootcanal/model/setup/ |
D | phy_device.h | 42 void Receive(std::vector<uint8_t> const& packet, Phy::Type type, int8_t rssi);
|
D | phy_layer.cc | 63 device->Receive(packet, type, in Send()
|
D | phy_device.cc | 51 void PhyDevice::Receive(std::vector<uint8_t> const& packet, Phy::Type type, in Receive() function in rootcanal::PhyDevice
|
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/ |
D | rfcomm.proto | 15 rpc Receive(RxRequest) returns (RxResponse); rpc
|
D | l2cap.proto | 15 // Receive data
|
/packages/modules/Bluetooth/pandora/server/bumble_experimental/ |
D | rfcomm.py | 118 async def Receive(self, request: RxRequest, context: grpc.ServicerContext) -> RxResponse: member in RFCOMMService
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | rfcomm.py | 321 …async def Receive(self, request: rfcomm_pb2.RxRequest, context: grpc.ServicerContext) -> rfcomm_pb… member in RFCOMMService
|