Searched refs:BT_MESH_KEY_DEV (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | cfg_cli.c | 894 .app_idx = BT_MESH_KEY_DEV, in bt_mesh_cfg_comp_data_get() 930 .app_idx = BT_MESH_KEY_DEV, in get_state_u8() 961 .app_idx = BT_MESH_KEY_DEV, in set_state_u8() 1052 .app_idx = BT_MESH_KEY_DEV, in bt_mesh_cfg_relay_get() 1095 .app_idx = BT_MESH_KEY_DEV, in bt_mesh_cfg_relay_set() 1132 .app_idx = BT_MESH_KEY_DEV, in bt_mesh_cfg_net_key_add() 1170 .app_idx = BT_MESH_KEY_DEV, in bt_mesh_cfg_net_key_update() 1209 .app_idx = BT_MESH_KEY_DEV, in bt_mesh_cfg_krp_set() 1249 .app_idx = BT_MESH_KEY_DEV, in bt_mesh_cfg_krp_get() 1288 .app_idx = BT_MESH_KEY_DEV, in bt_mesh_cfg_app_key_add() [all …]
|
A D | transport.c | 146 if (tx->ctx->app_idx == BT_MESH_KEY_DEV) { in send_unseg() 350 if (net_tx->ctx->app_idx == BT_MESH_KEY_DEV) { in send_seg() 476 if (tx->ctx->app_idx == BT_MESH_KEY_DEV) { in bt_mesh_trans_send() 523 …err = bt_mesh_app_encrypt(key, tx->ctx->app_idx == BT_MESH_KEY_DEV, tx->aszmic, msg, ad, tx->src, … in bt_mesh_trans_send() 682 rx->ctx.app_idx = BT_MESH_KEY_DEV; in sdu_recv()
|
A D | cfg_srv.c | 3269 model->keys[0] = BT_MESH_KEY_DEV; in bt_mesh_cfg_srv_init()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/ |
A D | access.h | 31 #define BT_MESH_KEY_DEV 0xfffe macro
|
Completed in 16 milliseconds