Home
last modified time | relevance | path

Searched refs:execute_write_cb (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_client.h182 execute_write_callback execute_write_cb; member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc147 HAL_CBACK(callbacks, client->execute_write_cb, static_cast<int>(p_data->exec_cmpl.conn_id), in btif_gattc_upstreams_evt()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs2782 fn execute_write_cb(&mut self, conn_id: i32, status: GattStatus); in execute_write_cb() method
2985 fn execute_write_cb(&mut self, conn_id: i32, status: GattStatus) { in execute_write_cb() method
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1970 execute_write_cb: Some(gc_execute_write_cb), in initialize()