Searched refs:node_id (Results 1 – 10 of 10) sorted by relevance
69 for node_id in top_k:70 human_string = labels[node_id]71 score = predictions[node_id]
77 for node_id in top_k:78 human_string = labels[node_id]79 score = predictions[node_id]
374 sub->node_id = BT_MESH_NODE_IDENTITY_RUNNING; in bt_mesh_proxy_identity_start()383 sub->node_id = BT_MESH_NODE_IDENTITY_STOPPED; in bt_mesh_proxy_identity_stop()404 if (sub->node_id == BT_MESH_NODE_IDENTITY_NOT_SUPPORTED) { in bt_mesh_proxy_identity_enable()436 if (sub->node_id == BT_MESH_NODE_IDENTITY_NOT_SUPPORTED) { in bt_mesh_proxy_identity_disable()1174 …return (sub->node_id == BT_MESH_NODE_IDENTITY_RUNNING || bt_mesh_gatt_proxy_get() == BT_MESH_GATT_… in advertise_subnet()1226 if (sub->node_id == BT_MESH_NODE_IDENTITY_RUNNING) { in gatt_proxy_advertise()1239 if (sub->node_id == BT_MESH_NODE_IDENTITY_STOPPED) { in gatt_proxy_advertise()
2164 sub->node_id = BT_MESH_NODE_IDENTITY_STOPPED; in net_key_add()2348 u8_t node_id; in node_identity_get() local2365 node_id = 0x00; in node_identity_get()2368 node_id = sub->node_id; in node_identity_get()2372 net_buf_simple_add_u8(&msg, node_id); in node_identity_get()2384 u8_t node_id; in node_identity_set() local2396 node_id = net_buf_simple_pull_u8(buf); in node_identity_set()2397 if (node_id != 0x00 && node_id != 0x01) { in node_identity_set()2408 net_buf_simple_add_u8(&msg, node_id); in node_identity_set()2418 if (node_id) { in node_identity_set()[all …]
779 int node_id = 0; in prov_node_set() local787 node_id = strtol(name, NULL, 16); in prov_node_set()789 BT_DBG("Restore Node %d", node_id); in prov_node_set()790 (void)node_id; in prov_node_set()867 sub->node_id = BT_MESH_NODE_IDENTITY_STOPPED; in subnet_init()869 sub->node_id = BT_MESH_NODE_IDENTITY_NOT_SUPPORTED; in subnet_init()
321 sub->node_id = BT_MESH_NODE_IDENTITY_NOT_SUPPORTED; in provisioner_upper_init()345 sub->node_id); in provisioner_upper_init()1111 sub->node_id = BT_MESH_NODE_IDENTITY_NOT_SUPPORTED; in bt_mesh_provisioner_local_net_key_add()
488 sub->node_id = BT_MESH_NODE_IDENTITY_STOPPED; in bt_mesh_net_create()490 sub->node_id = BT_MESH_NODE_IDENTITY_NOT_SUPPORTED; in bt_mesh_net_create()
193 TfLiteStatus FinishPrepareNodeAllocations(int node_id);
723 TfLiteStatus MicroAllocator::FinishPrepareNodeAllocations(int node_id) { in FinishPrepareNodeAllocations() argument738 requests[i].node_idx = node_id; in FinishPrepareNodeAllocations()
65 u8_t node_id; /* Node Identity State */ member
Completed in 25 milliseconds