Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/
Dlocal_operation.h27 const uint8_t *bt_mesh_node_get_local_app_key(uint16_t app_idx);
Dlocal_operation.c143 const uint8_t *bt_mesh_node_get_local_app_key(uint16_t app_idx) in bt_mesh_node_get_local_app_key() function
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c653 return bt_mesh_node_get_local_app_key(app_idx); in btc_ble_mesh_node_get_local_app_key()