Home
last modified time | relevance | path

Searched defs:configure_mtu (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py302 async def configure_mtu(self): member in GattClient
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_client.h272 bt_status_t (*configure_mtu)(int conn_id, int mtu); member
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py350 def configure_mtu(self, address, mtu): member in Bluetooth
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py942 def configure_mtu(self, address, mtu): member in FlossGattClient
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs623 fn configure_mtu(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in configure_mtu() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs872 fn configure_mtu(&self, client_id: i32, addr: RawAddress, mtu: i32) { in configure_mtu() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs592 fn configure_mtu(&self, client_id: i32, addr: RawAddress, mtu: i32); in configure_mtu() method
2499 fn configure_mtu(&self, client_id: i32, addr: RawAddress, mtu: i32) { in configure_mtu() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1314 pub fn configure_mtu(&self, conn_id: i32, mtu: i32) -> BtStatus { in configure_mtu() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs1764 fn configure_mtu(&self, client_id: i32, addr: RawAddress, mtu: i32) { in configure_mtu() method