Home | History | Annotate | Download | only in gatt

Lines Matching refs:attr_list

866     UINT16          attr_list[2];
876 attr_list[0] = ATTR_ID_SERVICE_CLASS_ID_LIST;
877 attr_list[1] = ATTR_ID_PROTOCOL_DESC_LIST;
879 SDP_InitDiscoveryDb (bta_gattc_cb.p_sdp_db, BTA_GATT_SDP_DB_SIZE, 1, &uuid, num_attrs, attr_list);