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

  /external/bluetooth/bluez/plugins/
gatt-example.c 78 bt_uuid16_create(&uuid, GATT_PRIM_SVC_UUID);
83 bt_uuid16_create(&uuid, GATT_CHARAC_UUID);
90 bt_uuid16_create(&uuid, BATTERY_STATE_UUID);
95 bt_uuid16_create(&uuid, GATT_CLIENT_CHARAC_CFG_UUID);
133 bt_uuid16_create(&uuid, GATT_PRIM_SVC_UUID);
137 bt_uuid16_create(&uuid, GATT_INCLUDE_UUID);
158 bt_uuid16_create(&uuid, GATT_CHARAC_UUID);
165 bt_uuid16_create(&uuid, TEMPERATURE_UUID);
171 bt_uuid16_create(&uuid, GATT_CHARAC_FMT_UUID);
180 bt_uuid16_create(&uuid, GATT_CHARAC_USER_DESC_UUID)
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
uuid.h 49 int bt_uuid16_create(bt_uuid_t *btuuid, uint16_t value);
  /external/bluetooth/bluez/lib/
uuid.c 95 int bt_uuid16_create(bt_uuid_t *btuuid, uint16_t value) function
209 bt_uuid16_create(uuid, u16);
  /external/bluetooth/bluez/src/
attrib-server.c 208 bt_uuid16_create(&uuid, GATT_CHARAC_UUID);
258 bt_uuid16_create(&uuid, GATT_CLIENT_CHARAC_CFG_UUID);
1024 bt_uuid16_create(&uuid, GATT_PRIM_SVC_UUID);
1030 bt_uuid16_create(&uuid, GATT_CHARAC_UUID);
1037 bt_uuid16_create(&uuid, GATT_CHARAC_DEVICE_NAME);
1043 bt_uuid16_create(&uuid, GATT_CHARAC_UUID);
1050 bt_uuid16_create(&uuid, GATT_CHARAC_APPEARANCE);
1061 bt_uuid16_create(&uuid, GATT_PRIM_SVC_UUID);
  /external/bluetooth/bluez/attrib/
gatt.c 75 bt_uuid16_create(&prim, GATT_PRIM_SVC_UUID);
306 bt_uuid16_create(&uuid, GATT_CHARAC_UUID);
335 bt_uuid16_create(&type_uuid, GATT_CHARAC_UUID);
att.h 233 bt_uuid16_create(&uuid, att_get_u16(ptr));
client.c 681 bt_uuid16_create(&uuid, type);
782 bt_uuid16_create(&u16, desc);
  /external/bluetooth/bluez/test/
uuidtest.c 105 bt_uuid16_create(&u, sixteen);

Completed in 6673 milliseconds