Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc175 data.is_notify = p_data->notify.is_notify; in btif_gattc_upstreams_evt()
180 if (!p_data->notify.is_notify) { in btif_gattc_upstreams_evt()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_client.h57 uint8_t is_notify; member
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h191 bool is_notify; member
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid_test.cc361 .is_notify = !indicate, in InjectNotificationEvent()
Dhearing_aid.cc2060 if (!p_data->notify.is_notify || p_data->notify.len > GATT_MAX_ATTR_LEN) { in hearingaid_gattc_callback()
2061 log::error("rejected BTA_GATTC_NOTIF_EVT. is_notify={}, len={}", p_data->notify.is_notify, in hearingaid_gattc_callback()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_act.cc1516 log::verbose("is_notify {}", p_notify->is_notify); in bta_gattc_proc_other_indication()
1518 p_notify->is_notify = (op == GATTC_OPTYPE_INDICATION) ? false : true; in bta_gattc_proc_other_indication()
/packages/modules/Bluetooth/system/bta/vc/
Dvc.cc1646 if (!n.is_notify || n.len > GATT_MAX_ATTR_LEN) { in gattc_callback()
1647 bluetooth::log::error("rejected BTA_GATTC_NOTIF_EVT. is_notify={}, len={}", n.is_notify, in gattc_callback()
Dvc_test.cc1321 .is_notify = true, in GetNotificationEvent()
1602 .is_notify = true, in GetNotificationEvent()
2331 .is_notify = true, in GetNotificationEvent()
/packages/modules/Bluetooth/system/bta/has/
Dhas_client.cc2115 log::error("rejected BTA_GATTC_NOTIF_EVT. is_notify = {}, len={}", evt.is_notify, in OnGattNotification()
2118 if (!evt.is_notify) { in OnGattNotification()
Dhas_client_test.cc841 .is_notify = !indicate, in InjectNotificationEvent()
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client.cc2071 if (!evt.is_notify || evt.len > GATT_MAX_ATTR_LEN) { in OnGattNotification()
2072 log::error(": rejected BTA_GATTC_NOTIF_EVT. is_notify = {}, len= {}", evt.is_notify, evt.len); in OnGattNotification()
Dcsis_client_test.cc812 .is_notify = true, in GetNotificationEvent()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp306 p_data.handle, p_data.is_notify, jb.get()); in btgattc_notify_cb()
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc6640 if (!p_data->notify.is_notify) { in le_audio_gattc_callback()
Dle_audio_client_test.cc549 .is_notify = true, in InjectNotificationEvent()