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

  /external/bluetooth/bluedroid/stack/srvc/
srvc_dis.c 59 tDIS_CB dis_cb; variable
67 if (handle >= dis_cb.service_handle && handle <= dis_cb.max_handle)
88 tDIS_DB_ENTRY *p_db_attr = dis_cb.dis_attr;
115 pp = dis_cb.dis_value.data_string[p_db_attr->uuid - GATT_UUID_MODEL_NUMBER_STR];
142 UINT64_TO_STREAM(p, dis_cb.dis_value.system_id); /* int_min */
147 UINT8_TO_STREAM(p, dis_cb.dis_value.pnp_id.vendor_id_src);
148 UINT16_TO_STREAM(p, dis_cb.dis_value.pnp_id.vendor_id);
149 UINT16_TO_STREAM(p, dis_cb.dis_value.pnp_id.product_id);
150 UINT16_TO_STREAM(p, dis_cb.dis_value.pnp_id.product_version)
    [all...]
srvc_dis_int.h 63 GATT_API extern tDIS_CB dis_cb;
66 #define dis_cb (*dis_cb_ptr) macro
srvc_eng.c 433 dis_cb.dis_read_uuid_idx = 0xff;

Completed in 1208 milliseconds