Home
last modified time | relevance | path

Searched refs:node_id (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dproxy_client.h37 } node_id; member
Dlocal_operation.c217 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()
Dproxy_server.c423 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()
Dcfg_srv.c2239 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() local
2449 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() local
2482 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 …]
Dnet.h57 uint8_t node_id; /* Node Identity State */ member
Dprovisioner_main.c120 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()
Dnet.c475 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()
Dsettings.c1330 sub->node_id = BLE_MESH_NODE_IDENTITY_STOPPED; in subnet_init()
1332 sub->node_id = BLE_MESH_NODE_IDENTITY_NOT_SUPPORTED; in subnet_init()