Home
last modified time | relevance | path

Searched defs:nid (Results 1 – 8 of 8) sorted by relevance

/btstack/src/mesh/
H A Dmesh_keys.h79 uint8_t nid; member
88 uint8_t nid; member
H A Dmesh_network.c689 uint8_t nid = nid_ivi & 0x7f; in process_network_pdu() local
1101 void mesh_network_setup_pdu(mesh_network_pdu_t * network_pdu, uint16_t netkey_index, uint8_t nid, u… in mesh_network_setup_pdu()
1131 …up_pdu_header(mesh_network_pdu_t * network_pdu, uint16_t netkey_index, uint8_t nid, uint8_t ctl, u… in mesh_network_setup_pdu_header()
H A Dmesh_keys.c105 void mesh_network_key_nid_iterator_init(mesh_network_key_iterator_t *it, uint8_t nid){ in mesh_network_key_nid_iterator_init()
H A Dmesh_proxy.c377 uint8_t nid = mesh_network_nid(received_network_pdu); in proxy_configuration_message_handler() local
H A Dmesh_lower_transport.c607 uint8_t nid = message_pdu->ivi_nid & 0x7f; in mesh_lower_transport_outgoing_setup_segment() local
H A Dmesh.c102 uint8_t nid; member
/btstack/test/mesh/
H A Ddump_mesh_pklg.py416 def mesh_network_keys_for_nid(nid): argument
H A Dmesh_message_test.cpp1152 uint8_t nid = 0x10; in TEST() local