Searched refs:uuid_repr (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | rpr_srv.c | 708 struct bt_uuid_128 uuid_repr = { .uuid = { BT_UUID_TYPE_128 } }; in handle_extended_scan_start() local 710 memcpy(uuid_repr.val, uuid, 16); in handle_extended_scan_start() 711 LOG_DBG("%s AD types: %s", bt_uuid_str(&uuid_repr.uuid), in handle_extended_scan_start() 1046 struct bt_uuid_128 uuid_repr = { .uuid = { BT_UUID_TYPE_128 } }; in adv_handle_beacon() local 1082 memcpy(uuid_repr.val, uuid, 16); in adv_handle_beacon() 1085 bt_uuid_str(&uuid_repr.uuid), dev->oob, in adv_handle_beacon() 1177 struct bt_uuid_128 uuid_repr = { .uuid = { BT_UUID_TYPE_128 } }; in adv_handle_ext_scan() local 1179 memcpy(uuid_repr.val, dev->uuid, 16); in adv_handle_ext_scan() 1180 LOG_DBG("Is %s", bt_uuid_str(&uuid_repr.uuid)); in adv_handle_ext_scan()
|
D | provisioner.c | 812 struct bt_uuid_128 uuid_repr = { .uuid = { BT_UUID_TYPE_128 } }; in link_open() local 814 memcpy(uuid_repr.val, uuid, 16); in link_open() 815 LOG_DBG("Provisioning %s", bt_uuid_str(&uuid_repr.uuid)); in link_open()
|
D | rpr_cli.c | 302 struct bt_uuid_128 uuid_repr = { .uuid = { BT_UUID_TYPE_128 } }; in handle_scan_report() local 304 memcpy(uuid_repr.val, dev.uuid, 16); in handle_scan_report() 306 bt_uuid_str(&uuid_repr.uuid), dev.oob, dev.rssi); in handle_scan_report()
|