Home
last modified time | relevance | path

Searched defs:ExchangeMTURequest (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/pandora/server/bumble_experimental/
Dgatt.py84 …async def ExchangeMTU(self, request: ExchangeMTURequest, context: grpc.ServicerContext) -> Exchang…
/aosp_15_r20/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto125 message ExchangeMTURequest { message
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/server/
Dgatt.py87 async def ExchangeMTU(self, request: gatt_pb2.ExchangeMTURequest,
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/
H A Dserver_test.cc223 TEST_F(ServerTest, ExchangeMTURequest) { in TEST_F() argument