Home
last modified time | relevance | path

Searched refs:Receive (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/gd/common/
Dbidi_queue_unittest.cc78 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/
Dnet_dev_typical1 Inter-| Receive | Transmit
/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dphy_device.h42 void Receive(std::vector<uint8_t> const& packet, Phy::Type type, int8_t rssi);
Dphy_layer.cc63 device->Receive(packet, type, in Send()
Dphy_device.cc51 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/
Drfcomm.proto15 rpc Receive(RxRequest) returns (RxResponse); rpc
Dl2cap.proto15 // Receive data
/packages/modules/Bluetooth/pandora/server/bumble_experimental/
Drfcomm.py118 async def Receive(self, request: RxRequest, context: grpc.ServicerContext) -> RxResponse: member in RFCOMMService
/packages/modules/Bluetooth/floss/pandora/server/
Drfcomm.py321 …async def Receive(self, request: rfcomm_pb2.RxRequest, context: grpc.ServicerContext) -> rfcomm_pb… member in RFCOMMService