Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_client.h58 } btgatt_notify_params_t; typedef
119 const btgatt_notify_params_t& p_data);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc146 btgatt_notify_params_t data; in btif_gattc_upstreams_evt()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs20 pub type BtGattNotifyParams = bindings::btgatt_notify_params_t;
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp292 void btgattc_notify_cb(int conn_id, const btgatt_notify_params_t& p_data) { in btgattc_notify_cb()