Home
last modified time | relevance | path

Searched refs:bt_uuid128_create (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluez/test/
Duuidtest.c123 bt_uuid128_create(&u5, i); in main()
218 bt_uuid128_create(&u5, i); in main()
/external/bluetooth/bluez/lib/bluetooth/
Duuid.h51 int bt_uuid128_create(bt_uuid_t *btuuid, uint128_t value);
/external/bluetooth/bluez/lib/
Duuid.c113 int bt_uuid128_create(bt_uuid_t *btuuid, uint128_t value) in bt_uuid128_create() function
258 bt_uuid128_create(uuid, u128); in bt_string_to_uuid128()
/external/bluetooth/bluez/attrib/
Datt.h244 bt_uuid128_create(&uuid, value); in att_get_uuid128()
/external/bluetooth/bluez/plugins/
Dgatt-example.c433 bt_uuid128_create(&uuid, char_weight_uuid); in register_weight_service()