Searched refs:is_notify (Results 1 – 15 of 15) sorted by relevance
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_client.cc | 175 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/ |
D | bt_gatt_client.h | 57 uint8_t is_notify; member
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_gatt_api.h | 191 bool is_notify; member
|
/packages/modules/Bluetooth/system/bta/hearing_aid/ |
D | hearing_aid_test.cc | 361 .is_notify = !indicate, in InjectNotificationEvent()
|
D | hearing_aid.cc | 2060 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/ |
D | bta_gattc_act.cc | 1516 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/ |
D | vc.cc | 1646 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()
|
D | vc_test.cc | 1321 .is_notify = true, in GetNotificationEvent() 1602 .is_notify = true, in GetNotificationEvent() 2331 .is_notify = true, in GetNotificationEvent()
|
/packages/modules/Bluetooth/system/bta/has/ |
D | has_client.cc | 2115 log::error("rejected BTA_GATTC_NOTIF_EVT. is_notify = {}, len={}", evt.is_notify, in OnGattNotification() 2118 if (!evt.is_notify) { in OnGattNotification()
|
D | has_client_test.cc | 841 .is_notify = !indicate, in InjectNotificationEvent()
|
/packages/modules/Bluetooth/system/bta/csis/ |
D | csis_client.cc | 2071 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()
|
D | csis_client_test.cc | 812 .is_notify = true, in GetNotificationEvent()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 306 p_data.handle, p_data.is_notify, jb.get()); in btgattc_notify_cb()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | client.cc | 6640 if (!p_data->notify.is_notify) { in le_audio_gattc_callback()
|
D | le_audio_client_test.cc | 549 .is_notify = true, in InjectNotificationEvent()
|