Home
last modified time | relevance | path

Searched refs:ConfigureMtu (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/bta/test/common/
Dbta_gatt_queue_mock.cc50 void BtaGattQueue::ConfigureMtu(uint16_t conn_id, uint16_t mtu) { in ConfigureMtu() function in BtaGattQueue
52 gatt_queue->ConfigureMtu(conn_id, mtu); in ConfigureMtu()
Dbta_gatt_queue_mock.h40 MOCK_METHOD((void), ConfigureMtu, (uint16_t conn_id, uint16_t mtu));
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_queue.h51 static void ConfigureMtu(uint16_t conn_id, uint16_t mtu);
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_queue.cc268 void BtaGattQueue::ConfigureMtu(uint16_t conn_id, uint16_t mtu) { in ConfigureMtu() function in BtaGattQueue
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py305 await self.__gatt_stub.ConfigureMtu(empty_proto.Empty())
/packages/modules/Bluetooth/system/blueberry/facade/topshim/
Dfacade.proto86 rpc ConfigureMtu(google.protobuf.Empty) returns (google.protobuf.Empty) {} rpc
/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py952 self.proxy().ConfigureMtu(self.client_id, address, mtu)
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs591 ConfigureMtu(i32, GattStatus, i32), enumerator
721 gc_configure_mtu_cb -> GattClientCallbacks::ConfigureMtu,
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs2958 #[btif_callback(ConfigureMtu)]
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc2207 BtaGattQueue::ConfigureMtu(leAudioDevice->conn_id_, kBapMinimumAttMtu); in changeMtuIfPossible()