Searched refs:p_notify (Results 1 – 3 of 3) sorted by relevance
1988 tBTA_GATTC_NOTIFY *p_notify, in bta_gattc_process_srvc_chg_ind() argument2001 …const tBTA_GATTC_CHARACTERISTIC *p_char = bta_gattc_get_characteristic_srcb(p_srcb, p_notify->hand… in bta_gattc_process_srvc_chg_ind()2071 tBTA_GATTC_NOTIFY *p_notify) in bta_gattc_proc_other_indication() argument2075 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()2078 p_notify->len = p_data->att_value.len; in bta_gattc_proc_other_indication()2079 bdcpy(p_notify->bda, p_clcb->bda); in bta_gattc_proc_other_indication()2080 memcpy(p_notify->value, p_data->att_value.value, p_data->att_value.len); in bta_gattc_proc_other_indication()2081 p_notify->conn_id = p_clcb->bta_conn_id; in bta_gattc_proc_other_indication()2084 (*p_clcb->p_rcb->p_cback)(BTA_GATTC_NOTIF_EVT, (tBTA_GATTC *)p_notify); in bta_gattc_proc_other_indication()
557 tBTA_GATTC_NOTIFY *p_notify) in bta_gattc_check_notif_registry() argument565 p_clreg->notif_reg[i].handle == p_notify->handle) in bta_gattc_check_notif_registry()
530 …ck_notif_registry(tBTA_GATTC_RCB *p_clreg, tBTA_GATTC_SERV *p_srcb, tBTA_GATTC_NOTIFY *p_notify);