Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_gatt_client.cc125 data.is_notify = p_data->notify.is_notify; in btif_gattc_upstreams_evt()
131 if (!p_data->notify.is_notify) in btif_gattc_upstreams_evt()
/system/bt/include/hardware/
Dbt_gatt_client.h63 uint8_t is_notify; member
/system/bt/bta/include/
Dbta_gatt_api.h167 bool is_notify; member
/system/bt/service/hal/
Dbluetooth_gatt_interface.cc161 << " - is_notify: " << p_data.is_notify; in NotifyCallback()
/system/bt/bta/gatt/
Dbta_gattc_act.cc1197 VLOG(1) << "is_notify " << p_notify->is_notify; in bta_gattc_proc_other_indication()
1199 p_notify->is_notify = (op == GATTC_OPTYPE_INDICATION) ? false : true; in bta_gattc_proc_other_indication()
/system/bt/bta/hearing_aid/
Dhearing_aid.cc1721 if (!p_data->notify.is_notify || p_data->notify.len > GATT_MAX_ATTR_LEN) { in hearingaid_gattc_callback()
1723 << p_data->notify.is_notify in hearingaid_gattc_callback()