Searched refs:is_notify (Results 1 – 5 of 5) sorted by relevance
172 bool is_notify; /*!< True means notification; false means indication */ member
907 param.notify.is_notify = (notify->is_notify == TRUE) ? true : false; in btc_gattc_cb_handler()912 if (notify->is_notify == FALSE) { in btc_gattc_cb_handler()
370 BOOLEAN is_notify; member
2075 APPL_TRACE_DEBUG("is_notify %d", p_notify->is_notify); in bta_gattc_proc_other_indication()2077 p_notify->is_notify = (op == GATTC_OPTYPE_INDICATION) ? FALSE : TRUE; in bta_gattc_proc_other_indication()
1595 p_data->notify.is_notify == false) { in bt_mesh_bta_gattc_cb()