Home
last modified time | relevance | path

Searched refs:dev_uuid (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/ali_vendormodel_profile/
A Dali_vendormodel_profile.c406 void bt_mesh_profile_construct_uuid(char *dev_uuid, const uint8_t *pid, in bt_mesh_profile_construct_uuid() argument
413 dev_uuid[0] = 0xa8; in bt_mesh_profile_construct_uuid()
414 dev_uuid[1] = 0x01; in bt_mesh_profile_construct_uuid()
421 dev_uuid[2] = 0x71; in bt_mesh_profile_construct_uuid()
425 dev_uuid[3 + i] = pid[3 - i]; in bt_mesh_profile_construct_uuid()
430 dev_uuid[7 + i] = mac_addr[5 - i]; in bt_mesh_profile_construct_uuid()
433 dev_uuid[13] = 0x2; in bt_mesh_profile_construct_uuid()
474 int bt_mesh_profile_prov_init(const uint8_t *dev_uuid, in bt_mesh_profile_prov_init() argument
480 int bt_mesh_profile_prov_init(const uint8_t *dev_uuid, in bt_mesh_profile_prov_init()
485 prov.uuid = dev_uuid; in bt_mesh_profile_prov_init()
A Dali_vendormodel_profile.h100 int bt_mesh_profile_prov_init(const uint8_t *dev_uuid,
106 int bt_mesh_profile_prov_init(const uint8_t *dev_uuid,
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_node/
A Dmesh_node.c28 static uint8_t dev_uuid[16]; variable
166 .uuid = dev_uuid,
191 .uuid = dev_uuid,
903 memcpy(dev_uuid, param->dev_uuid, 16); in ble_mesh_node_init()
904 memcpy(dev_uuid, dev_addr.val, 6); in ble_mesh_node_init()
984 memcpy(dev_uuid, param->dev_uuid, 16); in ble_mesh_node_init()
985 memcpy(dev_uuid, dev_addr.val, 6); in ble_mesh_node_init()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dprovisioner_prov.c574 if (!dev_uuid) { in provisioner_dev_uuid_match()
3408 u8_t *dev_uuid = NULL; in provisioner_unprov_beacon_recv() local
3424 dev_uuid = buf->data; in provisioner_unprov_beacon_recv()
3426 if (provisioner_dev_uuid_match(dev_uuid)) { in provisioner_unprov_beacon_recv()
3488 memcpy(add_dev.uuid, dev_uuid, 16); in provisioner_unprov_beacon_recv()
3506 memcpy(link[i].uuid, dev_uuid, 16); in provisioner_unprov_beacon_recv()
3637 u8_t *dev_uuid; in provisioner_prov_srv_data_recv() local
3646 dev_uuid = buf->data; in provisioner_prov_srv_data_recv()
3649 dev_uuid[0], dev_uuid[1], dev_uuid[2], in provisioner_prov_srv_data_recv()
3650 dev_uuid[3], dev_uuid[4], dev_uuid[5], in provisioner_prov_srv_data_recv()
[all …]
A Dprovisioner_main.c165 memcpy(node->dev_uuid, uuid, 16); in provisioner_node_provision()
522 if (node->node_active && !memcmp(node->dev_uuid, node_info->dev_uuid, 16)) { in bt_mesh_provisioner_store_node_info()
1383 BT_WARN("* UUID : %s", bt_hex(node->dev_uuid, 16)); in bt_mesh_provisioner_print_node_info()
A Dsettings.c801 …provisioner_prov_restore_nodes_info(&addr, node_info.dev_uuid, node_info.oob_info, node_info.eleme… in prov_node_set()
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_provisioner/
A Dmesh_provisioner.c82 const u8_t adv_type, const u8_t dev_uuid[16], in provisioner_unprovisioned_dev_found()
90 …if (memcmp(g_mesh_prov.uuid_filter, dev_uuid + g_mesh_prov.uuid_filter_start, g_mesh_prov.uuid_fil… in provisioner_unprovisioned_dev_found()
101 memcpy(node.uuid, dev_uuid, sizeof(node.uuid)); in provisioner_unprovisioned_dev_found()
551 memcpy(g_node_info.uuid, node->dev_uuid, 16); in ble_mesh_provisioner_get_node_info()
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_node/include/
A Dmesh_node.h84 uint8_t dev_uuid[16]; member
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dprovisioner_main.h30 u8_t dev_uuid[16]; /* Device UUID pointer, stored in provisioner_prov.c */ member
A Dprovisioner_prov.h345 …adv_pkt_cb)(const u8_t addr[6], const u8_t addr_type, const u8_t adv_type, const u8_t dev_uuid[16],
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/
A Dshell.c313 static u8_t dev_uuid[16] = { 0xdd, 0xdd }; variable
507 .uuid = dev_uuid,
753 memcpy(dev_uuid, uuid, len); in cmd_uuid()
2163 …memcpy(del_dev.uuid, node_temp->dev_uuid, sizeof(node_temp->dev_uuid) / sizeof(node_temp->dev_uuid in cmd_prov_node_reset()
2200 …memcpy(del_dev.uuid, node_temp->dev_uuid, sizeof(node_temp->dev_uuid) / sizeof(node_temp->dev_uuid in cmd_prov_node_del()
3042 …n_dev_found(const u8_t addr[6], const u8_t addr_type, const u8_t adv_type, const u8_t dev_uuid[16], in unprovison_dev_found()
3048 memcpy(uuid.val, dev_uuid, 16); in unprovison_dev_found()
/AliOS-Things-master/components/ble_mesh/bt_mesh/aos/
A Dmesh.c243 memcpy(uuid, param->prov->dev_uuid, sizeof(uuid)); in ble_stack_mesh_init()

Completed in 28 milliseconds