Home
last modified time | relevance | path

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

/system/bt/include/hardware/
Dbt_gatt_client.h64 } btgatt_notify_params_t; typedef
125 const btgatt_notify_params_t& p_data);
/system/bt/service/hal/
Dbluetooth_gatt_interface.h88 const btgatt_notify_params_t& p_data);
Dbluetooth_gatt_interface.cc154 void NotifyCallback(int conn_id, const btgatt_notify_params_t& p_data) { in NotifyCallback()
603 const btgatt_notify_params_t& /* p_data */) { in NotifyCallback() argument
/system/bt/btif/src/
Dbtif_gatt_client.cc119 btgatt_notify_params_t data; in btif_gattc_upstreams_evt()