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

  /external/bluetooth/bluedroid/stack/srvc/
srvc_dis.c 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);
210 GATT_TRACE_ERROR("dis_gatt_c_read_dis_value_cmpl: attr_mask = 0x%04x", p_clcb->dis_value.attr_mask);
213 (*dis_cb.p_read_dis_cback)(p_clcb->bda, &p_clcb->dis_value);
292 p_clcb->dis_value.attr_mask |= DIS_ATTR_SYS_ID_BIT;
294 STREAM_TO_UINT64 (p_clcb->dis_value.system_id, pp)
    [all...]
srvc_dis_int.h 43 tDIS_VALUE dis_value; member in struct:__anon6350
srvc_eng_int.h 45 tDIS_VALUE dis_value; member in struct:__anon6351
srvc_eng.c 203 for (j = 0; j < ARRAY_SIZE(p_clcb->dis_value.data_string); j++) {
204 if (p_clcb->dis_value.data_string[j]) {
205 GKI_freebuf(p_clcb->dis_value.data_string[j]);

Completed in 79 milliseconds