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

  /system/bt/stack/gatt/
gatt_db.cc 207 if (attr16.p_value->incl_handle.service_type.len == LEN_UUID_16)
213 UINT16_TO_STREAM(p, attr16.p_value->incl_handle.s_handle);
214 UINT16_TO_STREAM(p, attr16.p_value->incl_handle.e_handle);
216 if (attr16.p_value->incl_handle.service_type.len == LEN_UUID_16) {
217 UINT16_TO_STREAM(p, attr16.p_value->incl_handle.service_type.uu.uuid16);
340 attr.p_value->incl_handle.s_handle = s_handle;
341 attr.p_value->incl_handle.e_handle = e_handle;
342 memcpy(&attr.p_value->incl_handle.service_type, &service, sizeof(tBT_UUID));
gatt_int.h 156 tGATT_INCL_SRVC incl_handle; /* included service */ member in union:__anon106232

Completed in 175 milliseconds