Searched refs:node_id (Results 1 – 8 of 8) sorted by relevance
37 } node_id; member
217 sub->node_id = BLE_MESH_NODE_IDENTITY_STOPPED; in bt_mesh_node_local_net_key_add()219 sub->node_id = BLE_MESH_NODE_IDENTITY_NOT_SUPPORTED; in bt_mesh_node_local_net_key_add()
423 sub->node_id = BLE_MESH_NODE_IDENTITY_RUNNING; in bt_mesh_proxy_server_identity_start()432 sub->node_id = BLE_MESH_NODE_IDENTITY_STOPPED; in bt_mesh_proxy_server_identity_stop()453 if (sub->node_id == BLE_MESH_NODE_IDENTITY_NOT_SUPPORTED) { in bt_mesh_proxy_identity_enable()1222 return (sub->node_id == BLE_MESH_NODE_IDENTITY_RUNNING || in advertise_subnet()1286 if (sub->node_id == BLE_MESH_NODE_IDENTITY_RUNNING) { in gatt_proxy_advertise()1300 if (sub->node_id == BLE_MESH_NODE_IDENTITY_STOPPED) { in gatt_proxy_advertise()
2239 sub->node_id = BLE_MESH_NODE_IDENTITY_STOPPED; in net_key_add()2243 sub->node_id = BLE_MESH_NODE_IDENTITY_NOT_SUPPORTED; in net_key_add()2431 uint8_t node_id = 0U; in node_identity_get() local2449 node_id = 0x00; in node_identity_get()2452 node_id = sub->node_id; in node_identity_get()2456 net_buf_simple_add_u8(&msg, node_id); in node_identity_get()2469 uint8_t node_id = 0U; in node_identity_set() local2482 node_id = net_buf_simple_pull_u8(buf); in node_identity_set()2483 if (node_id != 0x00 && node_id != 0x01) { in node_identity_set()2484 BT_WARN("Invalid Node ID value 0x%02x", node_id); in node_identity_set()[all …]
57 uint8_t node_id; /* Node Identity State */ member
120 sub->node_id = BLE_MESH_NODE_IDENTITY_NOT_SUPPORTED; in bt_mesh_provisioner_net_create()1291 sub->node_id = BLE_MESH_NODE_IDENTITY_NOT_SUPPORTED; in bt_mesh_provisioner_local_net_key_add()1332 sub->node_id = BLE_MESH_NODE_IDENTITY_NOT_SUPPORTED; in bt_mesh_provisioner_local_net_key_update()
475 sub->node_id = BLE_MESH_NODE_IDENTITY_STOPPED; in bt_mesh_net_create()477 sub->node_id = BLE_MESH_NODE_IDENTITY_NOT_SUPPORTED; in bt_mesh_net_create()
1330 sub->node_id = BLE_MESH_NODE_IDENTITY_STOPPED; in subnet_init()1332 sub->node_id = BLE_MESH_NODE_IDENTITY_NOT_SUPPORTED; in subnet_init()