Lines Matching refs:appkey_index

82 …owledged(uint16_t src, uint16_t dest, uint16_t netkey_index, uint16_t appkey_index, mesh_pdu_t *pd…  in generic_client_send_message_unacknowledged()  argument
84 … mesh_upper_transport_setup_access_pdu_header(pdu, netkey_index, appkey_index, ttl, src, dest, 0); in generic_client_send_message_unacknowledged()
88 …owledged(uint16_t src, uint16_t dest, uint16_t netkey_index, uint16_t appkey_index, mesh_pdu_t *pd… in generic_client_send_message_acknowledged() argument
90 … mesh_upper_transport_setup_access_pdu_header(pdu, netkey_index, appkey_index, ttl, src, dest, 0); in generic_client_send_message_acknowledged()
94 …_client_get(mesh_model_t *mesh_model, uint16_t dest, uint16_t netkey_index, uint16_t appkey_index){ in mesh_generic_on_off_client_get() argument
99 …dged(mesh_access_get_element_address(mesh_model), dest, netkey_index, appkey_index, (mesh_pdu_t *)… in mesh_generic_on_off_client_get()
103 …client_set(mesh_model_t * mesh_model, uint16_t dest, uint16_t netkey_index, uint16_t appkey_index, in mesh_generic_on_off_client_set() argument
114 …dged(mesh_access_get_element_address(mesh_model), dest, netkey_index, appkey_index, (mesh_pdu_t *)… in mesh_generic_on_off_client_set()
118 …knowledged(mesh_model_t * mesh_model, uint16_t dest, uint16_t netkey_index, uint16_t appkey_index, in mesh_generic_on_off_client_set_unacknowledged() argument
127 …dged(mesh_access_get_element_address(mesh_model), dest, netkey_index, appkey_index, (mesh_pdu_t *)… in mesh_generic_on_off_client_set_unacknowledged()
133 uint16_t appkey_index = publication_model->appkey_index; in mesh_generic_on_off_client_publish() local
134 mesh_transport_key_t * app_key = mesh_transport_key_get(appkey_index); in mesh_generic_on_off_client_publish()
136 …ledged(mesh_model, publication_model->address, app_key->netkey_index, appkey_index, on_off_value, … in mesh_generic_on_off_client_publish()