Searched defs:configure_mtu (Results 1 – 7 of 7) sorted by relevance
| /packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/ |
| D | gatt_client.py | 302 async def configure_mtu(self): member in GattClient
|
| /packages/modules/Bluetooth/system/include/hardware/ |
| D | bt_gatt_client.h | 300 bt_status_t (*configure_mtu)(int conn_id, int mtu); member
|
| /packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/ |
| D | gatt_service.rs | 620 fn configure_mtu(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in configure_mtu() method
|
| /packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
| D | iface_bluetooth_gatt.rs | 871 fn configure_mtu(&self, client_id: i32, addr: String, mtu: i32) { in configure_mtu() method
|
| /packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
| D | bluetooth_gatt.rs | 584 fn configure_mtu(&self, client_id: i32, addr: String, mtu: i32); in configure_mtu() method 2537 fn configure_mtu(&self, client_id: i32, addr: String, mtu: i32) { in configure_mtu() method
|
| /packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
| D | gatt.rs | 1329 pub fn configure_mtu(&self, conn_id: i32, mtu: i32) -> BtStatus { in configure_mtu() method
|
| /packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
| D | dbus_iface.rs | 1573 fn configure_mtu(&self, client_id: i32, addr: String, mtu: i32) { in configure_mtu() method
|