Searched refs:conn_parameter_update (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_gatt_client.h | 297 bt_status_t (*conn_parameter_update)(const RawAddress& bd_addr, member
|
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/ |
D | gatt_client.py | 307 async def conn_parameter_update(self): member in GattClient
|
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/ |
D | gatt_service.rs | 628 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/ |
D | gatt.rs | 1324 pub fn conn_parameter_update( in conn_parameter_update() method 1336 conn_parameter_update, in conn_parameter_update()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 1849 sGattIf->client->conn_parameter_update( in gattConnectionParameterUpdateNative()
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_gatt.rs | 2688 self.gatt.as_ref().unwrap().lock().unwrap().client.conn_parameter_update( in connection_parameter_update()
|