Searched refs:is_notify (Results 1 – 14 of 14) sorted by relevance
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_client.cc | 152 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/ |
D | bt_gatt_client.h | 57 uint8_t is_notify; member
|
/packages/modules/Bluetooth/system/bta/vc/ |
D | vc_test.cc | 1049 .is_notify = true, in GetNotificationEvent() 1226 .is_notify = true, in GetNotificationEvent() 1553 .is_notify = true, in GetNotificationEvent()
|
D | vc.cc | 1218 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/ |
D | bta_gatt_api.h | 192 bool is_notify; member
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_act.cc | 1560 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/ |
D | hearing_aid.cc | 2115 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/ |
D | has_client.cc | 1965 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()
|
D | has_client_test.cc | 883 .is_notify = !indicate, in InjectNotificationEvent()
|
/packages/modules/Bluetooth/system/bta/csis/ |
D | csis_client.cc | 2115 if (!evt.is_notify || evt.len > GATT_MAX_ATTR_LEN) { in OnGattNotification() 2117 evt.is_notify, evt.len); in OnGattNotification()
|
D | csis_client_test.cc | 883 .is_notify = true, in GetNotificationEvent()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 305 address.get(), p_data.handle, p_data.is_notify, in btgattc_notify_cb()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | client.cc | 6077 if (!p_data->notify.is_notify) in le_audio_gattc_callback()
|
D | le_audio_client_test.cc | 641 .is_notify = true, in InjectNotificationEvent()
|