Searched refs:is_notify (Results 1 – 6 of 6) sorted by relevance
125 data.is_notify = p_data->notify.is_notify; in btif_gattc_upstreams_evt()131 if (!p_data->notify.is_notify) in btif_gattc_upstreams_evt()
63 uint8_t is_notify; member
167 bool is_notify; member
161 << " - is_notify: " << p_data.is_notify; in NotifyCallback()
1197 VLOG(1) << "is_notify " << p_notify->is_notify; in bta_gattc_proc_other_indication()1199 p_notify->is_notify = (op == GATTC_OPTYPE_INDICATION) ? false : true; in bta_gattc_proc_other_indication()
1721 if (!p_data->notify.is_notify || p_data->notify.len > GATT_MAX_ATTR_LEN) { in hearingaid_gattc_callback()1723 << p_data->notify.is_notify in hearingaid_gattc_callback()