Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_gatt_client.cc155 data.is_notify = p_data->notify.is_notify; in btif_gattc_upstreams_evt()
161 if (!p_data->notify.is_notify) in btif_gattc_upstreams_evt()
/aosp12/system/bt/bta/vc/
H A Dvc.cc485 if (!n.is_notify || n.len > GATT_MAX_ATTR_LEN) { in gattc_callback()
487 << n.is_notify << ", len=" << static_cast<int>(n.len); in gattc_callback()
H A Dvc_test.cc592 .is_notify = true, in GetNotificationEvent()
/aosp12/system/bt/include/hardware/
H A Dbt_gatt_client.h63 uint8_t is_notify; member
/aosp12/system/bt/bta/include/
H A Dbta_gatt_api.h191 bool is_notify; member
/aosp12/system/bt/service/hal/
H A Dbluetooth_gatt_interface.cc162 << " - is_notify: " << p_data.is_notify; in NotifyCallback()
/aosp12/system/bt/bta/gatt/
H A Dbta_gattc_act.cc1269 VLOG(1) << "is_notify " << p_notify->is_notify; in bta_gattc_proc_other_indication()
1271 p_notify->is_notify = (op == GATTC_OPTYPE_INDICATION) ? false : true; in bta_gattc_proc_other_indication()
/aosp12/system/bt/bta/hearing_aid/
H A Dhearing_aid.cc1730 if (!p_data->notify.is_notify || p_data->notify.len > GATT_MAX_ATTR_LEN) { in hearingaid_gattc_callback()
1732 << p_data->notify.is_notify in hearingaid_gattc_callback()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp284 address.get(), p_data.handle, p_data.is_notify, in btgattc_notify_cb()