Home
last modified time | relevance | path

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

/btstack/src/mesh/
H A Dmesh_configuration_server.c793 …l_t * mesh_model, uint16_t netkey_index, uint16_t dest, uint32_t netkey_and_appkey_index, uint8_t … in config_appkey_status() argument
798 … status, netkey_and_appkey_index); in config_appkey_status()
849 …uint32_t netkey_and_appkey_index = (((uint32_t)transport_key->appkey_index) << 12) | transport_key… in config_appkey_add_or_update_aid() local
850 …dex(access_pdu_in_process), mesh_pdu_src(access_pdu_in_process), netkey_and_appkey_index, MESH_FOU… in config_appkey_add_or_update_aid()
861 uint32_t netkey_and_appkey_index = mesh_access_parser_get_uint24(&parser); in config_appkey_add_handler() local
862 uint16_t netkey_index = netkey_and_appkey_index & 0xfff; in config_appkey_add_handler()
863 uint16_t appkey_index = netkey_and_appkey_index >> 12; in config_appkey_add_handler()
872 …tatus(mesh_model, mesh_pdu_netkey_index(pdu), mesh_pdu_src(pdu), netkey_and_appkey_index, MESH_FOU… in config_appkey_add_handler()
891 …status(mesh_model, mesh_pdu_netkey_index(pdu), mesh_pdu_src(pdu), netkey_and_appkey_index, status); in config_appkey_add_handler()
903 …tatus(mesh_model, mesh_pdu_netkey_index(pdu), mesh_pdu_src(pdu), netkey_and_appkey_index, MESH_FOU… in config_appkey_add_handler()
[all …]