Home | History | Annotate | Download | only in src

Lines Matching refs:service

65 	uuid_t service;
128 service.type = SDP_UUID16;
133 service.value.uuid16 = val16;
134 uuid_str = bt_uuid2string(&service);
139 service.type = SDP_UUID32;
147 service.value.uuid32 = val32;
148 uuid_str = bt_uuid2string(&service);
153 service.type = SDP_UUID128;
158 service.value.uuid128.data[k] = uuid128[16 - k - 1];
160 uuid_str = bt_uuid2string(&service);