Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_gatt_api.h319 BOOLEAN is_notify; member
/system/bt/btif/src/
Dbtif_gatt_client.c525 data.is_notify = p_data->notify.is_notify; in btif_gattc_upstreams_evt()
530 if (p_data->notify.is_notify == FALSE) in btif_gattc_upstreams_evt()
/system/bt/service/hal/
Dbluetooth_gatt_interface.cpp153 << " - is_notify: " << p_data->is_notify; in NotifyCallback()
/system/bt/bta/gatt/
Dbta_gattc_act.c1760 APPL_TRACE_DEBUG("is_notify", p_notify->is_notify); in bta_gattc_proc_other_indication()
1762 p_notify->is_notify = (op == GATTC_OPTYPE_INDICATION) ? FALSE : TRUE; in bta_gattc_proc_other_indication()