Searched refs:p_notify (Results 1 – 3 of 3) sorted by relevance
1925 tBTA_GATTC_NOTIFY *p_notify, in bta_gattc_process_srvc_chg_ind() argument1938 …const tBTA_GATTC_CHARACTERISTIC *p_char = bta_gattc_get_characteristic_srcb(p_srcb, p_notify->hand… in bta_gattc_process_srvc_chg_ind()2008 tBTA_GATTC_NOTIFY *p_notify) in bta_gattc_proc_other_indication() argument2012 APPL_TRACE_DEBUG("is_notify %d", p_notify->is_notify); in bta_gattc_proc_other_indication()2014 p_notify->is_notify = (op == GATTC_OPTYPE_INDICATION) ? FALSE : TRUE; in bta_gattc_proc_other_indication()2015 p_notify->len = p_data->att_value.len; in bta_gattc_proc_other_indication()2016 bdcpy(p_notify->bda, p_clcb->bda); in bta_gattc_proc_other_indication()2017 memcpy(p_notify->value, p_data->att_value.value, p_data->att_value.len); in bta_gattc_proc_other_indication()2018 p_notify->conn_id = p_clcb->bta_conn_id; in bta_gattc_proc_other_indication()2021 (*p_clcb->p_rcb->p_cback)(BTA_GATTC_NOTIF_EVT, (tBTA_GATTC *)p_notify); in bta_gattc_proc_other_indication()
541 tBTA_GATTC_NOTIFY *p_notify) in bta_gattc_check_notif_registry() argument549 p_clreg->notif_reg[i].handle == p_notify->handle) in bta_gattc_check_notif_registry()
506 …ck_notif_registry(tBTA_GATTC_RCB *p_clreg, tBTA_GATTC_SERV *p_srcb, tBTA_GATTC_NOTIFY *p_notify);