Home
last modified time | relevance | path

Searched refs:conn_parameter_update (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_client.h297 bt_status_t (*conn_parameter_update)(const RawAddress& bd_addr, member
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py307 async def conn_parameter_update(self): member in GattClient
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs628 fn conn_parameter_update(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in conn_parameter_update() method
630 client.conn_parameter_update(&self.create_raw_address(), 0, 0, 0, 0, 0, 0); in conn_parameter_update()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1324 pub fn conn_parameter_update( in conn_parameter_update() method
1336 conn_parameter_update, in conn_parameter_update()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1849 sGattIf->client->conn_parameter_update( in gattConnectionParameterUpdateNative()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs2688 self.gatt.as_ref().unwrap().lock().unwrap().client.conn_parameter_update( in connection_parameter_update()