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

  /system/bt/stack/srvc/
srvc_dis.c 147 pp = dis_cb.dis_value.data_string[p_db_attr->uuid - GATT_UUID_MODEL_NUMBER_STR];
174 UINT64_TO_STREAM(p, dis_cb.dis_value.system_id); /* int_min */
179 UINT8_TO_STREAM(p, dis_cb.dis_value.pnp_id.vendor_id_src);
180 UINT16_TO_STREAM(p, dis_cb.dis_value.pnp_id.vendor_id);
181 UINT16_TO_STREAM(p, dis_cb.dis_value.pnp_id.product_id);
182 UINT16_TO_STREAM(p, dis_cb.dis_value.pnp_id.product_version);
214 p_clcb->dis_value.attr_mask);
216 (*dis_cb.p_read_dis_cback)(p_clcb->bda, &p_clcb->dis_value);
294 p_clcb->dis_value.attr_mask |= DIS_ATTR_SYS_ID_BIT;
296 STREAM_TO_UINT64 (p_clcb->dis_value.system_id, pp)
    [all...]
srvc_dis_int.h 43 tDIS_VALUE dis_value; member in struct:__anon69801
srvc_eng_int.h 45 tDIS_VALUE dis_value; member in struct:__anon69802
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 45 milliseconds