Searched defs:dis_cb (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/srvc/
H A Dsrvc_dis_int.h57 GATT_API extern tDIS_CB dis_cb;
60 #define dis_cb (*dis_cb_ptr) macro
H A Dsrvc_dis.c52 tDIS_CB dis_cb; variable
60 if (handle >= dis_cb.service_handle && handle <= dis_cb.max_handle)
81 tDIS_DB_ENTRY *p_db_attr = dis_cb.dis_attr;
108 pp = dis_cb.dis_value.data_string[p_db_attr->uuid - GATT_UUID_MODEL_NUMBER_STR];
135 UINT64_TO_STREAM(p, dis_cb.dis_value.system_id); /* int_min */
140 UINT8_TO_STREAM(p, dis_cb.dis_value.pnp_id.vendor_id_src);
141 UINT16_TO_STREAM(p, dis_cb.dis_value.pnp_id.vendor_id);
142 UINT16_TO_STREAM(p, dis_cb.dis_value.pnp_id.product_id);
143 UINT16_TO_STREAM(p, dis_cb
[all...]

Completed in 178 milliseconds