Searched refs:bt_uuid_128 (Results 1 – 9 of 9) sorted by relevance
25 static const struct bt_uuid_128 uuid128_base = {31 static void uuid_to_uuid128(const struct bt_uuid *src, struct bt_uuid_128 *dst) in uuid_to_uuid128()52 struct bt_uuid_128 uuid1, uuid2; in uuid128_cmp()
777 struct bt_uuid_128 ref_uuid; in find_type_cb()778 struct bt_uuid_128 recvd_uuid; in find_type_cb()1087 struct bt_uuid_128 u128; in att_read_type_req()1487 struct bt_uuid_128 u128; in att_read_group_req()
2803 struct bt_uuid_128 u128; in read_included_uuid_cb()2870 struct bt_uuid_128 u128; in parse_include()2968 struct bt_uuid_128 u128; in parse_characteristic()3097 struct bt_uuid_128 u128; in parse_service()3237 struct bt_uuid_128 u128; in gatt_find_info_rsp()
346 struct bt_uuid_128 u128; in search_uuid()472 struct bt_uuid_128 u128; in find_services()
48 struct bt_uuid_128 { struct76 ((struct bt_uuid *) ((struct bt_uuid_128[]) {BT_UUID_INIT_128(value)}))80 #define BT_UUID_128(__u) CONTAINER_OF(__u, struct bt_uuid_128, uuid)
39 struct bt_uuid_128 { struct305 …return (0 == memcmp(&((struct bt_uuid_128 *)uuid1)->val, &((struct bt_uuid_128 *)uuid2)->val, comp… in UUID_EQUAL_LEN()
197 struct bt_uuid_128 uuid = { .uuid.type = BT_UUID_TYPE_128 }; in bt_mesh_prov_enable()
51 struct bt_uuid_128 uuid128;110 …return (0 == memcmp(&((struct bt_uuid_128 *)uuid1)->val, &((struct bt_uuid_128 *)uuid2)->val, UUID… in UUID_EQUAL()123 return (uint8_t *) & ((struct bt_uuid_128 *)uuid)->val; in get_uuid_val()
3046 struct bt_uuid_128 uuid = { { BT_UUID_TYPE_128 }, { 0 } }; in unprovison_dev_found()
Completed in 31 milliseconds