Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_access.h38 #define BLE_MESH_KEY_DEV 0xfffe macro
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dtransport.c205 if (tx->ctx->app_idx == BLE_MESH_KEY_DEV) { in send_unseg()
462 if (net_tx->ctx->app_idx == BLE_MESH_KEY_DEV) { in send_seg()
644 err = bt_mesh_app_encrypt(key, tx->ctx->app_idx == BLE_MESH_KEY_DEV, in bt_mesh_trans_send()
801 rx->ctx.app_idx = BLE_MESH_KEY_DEV; in sdu_recv()
1977 if (app_idx == BLE_MESH_KEY_DEV) {
Dcfg_cli.c1285 model->keys[0] = BLE_MESH_KEY_DEV; in cfg_cli_init()
Dfriend.c395 meta->is_dev_key = (app_idx == BLE_MESH_KEY_DEV); in unseg_app_sdu_unpack()
Dcfg_srv.c3405 model->keys[0] = BLE_MESH_KEY_DEV; in cfg_srv_init()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_config_model.c406 param.ctx.app_idx = BLE_MESH_KEY_DEV; in btc_ble_mesh_config_client_get_state()
486 param.ctx.app_idx = BLE_MESH_KEY_DEV; in btc_ble_mesh_config_client_set_state()