Searched refs:is_notify (Results 1 – 9 of 9) sorted by relevance
155 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()
485 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()
592 .is_notify = true, in GetNotificationEvent()
63 uint8_t is_notify; member
191 bool is_notify; member
162 << " - is_notify: " << p_data.is_notify; in NotifyCallback()
1269 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()
1730 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()
284 address.get(), p_data.handle, p_data.is_notify, in btgattc_notify_cb()