HomeSort by relevance Sort by last modified time
    Searched defs:dis_cb (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/srvc/
srvc_dis_int.h 65 GATT_API extern tDIS_CB dis_cb;
68 #define dis_cb (*dis_cb_ptr) macro
srvc_dis.c 57 tDIS_CB dis_cb; variable
93 if (handle >= dis_cb.service_handle && handle <= dis_cb.max_handle)
116 tDIS_DB_ENTRY *p_db_attr = dis_cb.dis_attr;
144 pp = dis_cb.dis_value.data_string[p_db_attr->uuid - GATT_UUID_MODEL_NUMBER_STR];
171 UINT64_TO_STREAM(p, dis_cb.dis_value.system_id); /* int_min */
176 UINT8_TO_STREAM(p, dis_cb.dis_value.pnp_id.vendor_id_src);
177 UINT16_TO_STREAM(p, dis_cb.dis_value.pnp_id.vendor_id);
178 UINT16_TO_STREAM(p, dis_cb.dis_value.pnp_id.product_id);
179 UINT16_TO_STREAM(p, dis_cb.dis_value.pnp_id.product_version)
    [all...]

Completed in 183 milliseconds