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

  /external/chromium_org/device/bluetooth/
bluetooth_low_energy_defs_win.h 71 } BTH_LE_UUID, *PBTH_LE_UUID;
74 BTH_LE_UUID ServiceUuid;
80 BTH_LE_UUID CharacteristicUuid;
118 BTH_LE_UUID DescriptorUuid;
124 BTH_LE_UUID DescriptorUuid;
163 BTH_LE_UUID Unit;
165 BTH_LE_UUID Description;
bluetooth_low_energy_win.h 79 BTH_LE_UUID uuid;
bluetooth_task_manager_win.cc 57 const BTH_LE_UUID& bth_le_uuid) {
58 if (bth_le_uuid.IsShortUuid) {
60 base::StringPrintf("%04x", bth_le_uuid.Value.ShortUuid);
65 bth_le_uuid.Value.LongUuid.Data1,
66 bth_le_uuid.Value.LongUuid.Data2,
67 bth_le_uuid.Value.LongUuid.Data3,
68 bth_le_uuid.Value.LongUuid.Data4[0],
69 bth_le_uuid.Value.LongUuid.Data4[1],
70 bth_le_uuid.Value.LongUuid.Data4[2]
    [all...]

Completed in 2460 milliseconds