Lines Matching refs:p_notify
1187 tBTA_GATTC_NOTIFY* p_notify, in bta_gattc_process_srvc_chg_ind() argument
1198 bta_gattc_get_characteristic_srcb(p_srcb, p_notify->handle); in bta_gattc_process_srvc_chg_ind()
1238 GATTC_SendHandleValueConfirm(conn_id, p_notify->cid); in bta_gattc_process_srvc_chg_ind()
1264 tBTA_GATTC_NOTIFY* p_notify) { in bta_gattc_proc_other_indication() argument
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()
1272 p_notify->len = p_data->att_value.len; in bta_gattc_proc_other_indication()
1273 p_notify->bda = p_clcb->bda; in bta_gattc_proc_other_indication()
1274 memcpy(p_notify->value, p_data->att_value.value, p_data->att_value.len); in bta_gattc_proc_other_indication()
1275 p_notify->conn_id = p_clcb->bta_conn_id; in bta_gattc_proc_other_indication()
1279 bta_gattc.notify = *p_notify; in bta_gattc_proc_other_indication()