Home
last modified time | relevance | path

Searched refs:bluetooth_base_uuid (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluez/lib/
Duuid.c36 static uint128_t bluetooth_base_uuid = { variable
45 static uint128_t bluetooth_base_uuid = { variable
57 dst->value.u128 = bluetooth_base_uuid; in bt_uuid16_to_uuid128()
66 dst->value.u128 = bluetooth_base_uuid; in bt_uuid32_to_uuid128()
Dsdp.c65 static uint128_t bluetooth_base_uuid = { variable
2644 uuid128->value.uuid128 = bluetooth_base_uuid; in sdp_uuid16_to_uuid128()
2648 memcpy(&data1, &bluetooth_base_uuid.data[2], 2); in sdp_uuid16_to_uuid128()
2666 uuid128->value.uuid128 = bluetooth_base_uuid; in sdp_uuid32_to_uuid128()
2670 memcpy(&data0, &bluetooth_base_uuid.data[0], 4); in sdp_uuid32_to_uuid128()
2707 uint128_t *b = &bluetooth_base_uuid; in sdp_uuid128_to_uuid()