Searched refs:bt_uuid_create (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | uuid.c | 79 bool bt_uuid_create(struct bt_uuid *uuid, const u8_t *data, u8_t data_len) in bt_uuid_create() function
|
A D | att.c | 780 if (!bt_uuid_create(&recvd_uuid.uuid, data->value, data->value_len)) { in find_type_cb() 784 if (!bt_uuid_create(&ref_uuid.uuid, uuid, read)) { in find_type_cb() 1100 if (!bt_uuid_create(&u.uuid, req->uuid, uuid_len)) { in att_read_type_req() 1501 if (!bt_uuid_create(&u.uuid, req->uuid, uuid_len)) { in att_read_group_req()
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | uuid.h | 590 bool bt_uuid_create(struct bt_uuid *uuid, const u8_t *data, u8_t data_len);
|
Completed in 24 milliseconds