Searched refs:ConfigureMtu (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/system/bta/test/common/ |
D | bta_gatt_queue_mock.cc | 50 void BtaGattQueue::ConfigureMtu(uint16_t conn_id, uint16_t mtu) { in ConfigureMtu() function in BtaGattQueue 52 gatt_queue->ConfigureMtu(conn_id, mtu); in ConfigureMtu()
|
D | bta_gatt_queue_mock.h | 40 MOCK_METHOD((void), ConfigureMtu, (uint16_t conn_id, uint16_t mtu));
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_gatt_queue.h | 51 static void ConfigureMtu(uint16_t conn_id, uint16_t mtu);
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_queue.cc | 268 void BtaGattQueue::ConfigureMtu(uint16_t conn_id, uint16_t mtu) { in ConfigureMtu() function in BtaGattQueue
|
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/ |
D | gatt_client.py | 305 await self.__gatt_stub.ConfigureMtu(empty_proto.Empty())
|
/packages/modules/Bluetooth/system/blueberry/facade/topshim/ |
D | facade.proto | 86 rpc ConfigureMtu(google.protobuf.Empty) returns (google.protobuf.Empty) {} rpc
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | gatt_client.py | 952 self.proxy().ConfigureMtu(self.client_id, address, mtu)
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 591 ConfigureMtu(i32, GattStatus, i32), enumerator 721 gc_configure_mtu_cb -> GattClientCallbacks::ConfigureMtu,
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_gatt.rs | 2958 #[btif_callback(ConfigureMtu)]
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | client.cc | 2207 BtaGattQueue::ConfigureMtu(leAudioDevice->conn_id_, kBapMinimumAttMtu); in changeMtuIfPossible()
|