Home
last modified time | relevance | path

Searched defs:aid (Results 1 – 6 of 6) sorted by relevance

/btstack/src/mesh/
H A Dmesh_keys.h116 uint8_t aid; member
128 uint8_t aid; member
H A Dmesh_keys.c206 …iterator_init(mesh_transport_key_iterator_t *it, uint16_t netkey_index, uint8_t akf, uint8_t aid) { in mesh_transport_key_aid_iterator_init()
H A Dmesh_upper_transport.c146 uint8_t aid) { in mesh_transport_key_and_virtual_address_iterator_init()
592 uint8_t aid = incoming_access_decrypted->akf_aid_control & 0x3f; in mesh_upper_transport_process_access_message() local
H A Dmesh.c110 uint8_t aid; member
/btstack/test/mesh/
H A Ddump_mesh_pklg.py431 def mesh_application_keys_for_aid(aid): argument
H A Dmesh_message_test.cpp190 static void mesh_application_key_set(uint16_t netkey_index, uint16_t appkey_index, uint8_t aid, con… in mesh_application_key_set()