Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc152 data.is_notify = p_data->notify.is_notify; in btif_gattc_upstreams_evt()
158 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/vc/
Dvc_test.cc1049 .is_notify = true, in GetNotificationEvent()
1226 .is_notify = true, in GetNotificationEvent()
1553 .is_notify = true, in GetNotificationEvent()
Dvc.cc1218 if (!n.is_notify || n.len > GATT_MAX_ATTR_LEN) { in gattc_callback()
1220 n.is_notify, static_cast<int>(n.len)); in gattc_callback()
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h192 bool is_notify; member
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_act.cc1560 log::verbose("is_notify {}", p_notify->is_notify); in bta_gattc_proc_other_indication()
1562 p_notify->is_notify = (op == GATTC_OPTYPE_INDICATION) ? false : true; in bta_gattc_proc_other_indication()
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc2115 if (!p_data->notify.is_notify || p_data->notify.len > GATT_MAX_ATTR_LEN) { in hearingaid_gattc_callback()
2117 p_data->notify.is_notify, p_data->notify.len); in hearingaid_gattc_callback()
/packages/modules/Bluetooth/system/bta/has/
Dhas_client.cc1965 evt.is_notify, static_cast<int>(evt.len)); in OnGattNotification()
1967 if (!evt.is_notify) BTA_GATTC_SendIndConfirm(evt.conn_id, evt.cid); in OnGattNotification()
Dhas_client_test.cc883 .is_notify = !indicate, in InjectNotificationEvent()
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client.cc2115 if (!evt.is_notify || evt.len > GATT_MAX_ATTR_LEN) { in OnGattNotification()
2117 evt.is_notify, evt.len); in OnGattNotification()
Dcsis_client_test.cc883 .is_notify = true, in GetNotificationEvent()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp305 address.get(), p_data.handle, p_data.is_notify, in btgattc_notify_cb()
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc6077 if (!p_data->notify.is_notify) in le_audio_gattc_callback()
Dle_audio_client_test.cc641 .is_notify = true, in InjectNotificationEvent()