Searched refs:OP_MOD_SUB_GET_VND (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | foundation.h | 68 #define OP_MOD_SUB_GET_VND BLE_MESH_MODEL_OP_2(0x80, 0x2b) macro
|
D | cfg_cli.c | 45 { OP_MOD_SUB_GET_VND, OP_MOD_SUB_LIST_VND }, 160 case OP_MOD_SUB_GET_VND: in cfg_client_recv_status() 1075 return mod_sub_get(param, OP_MOD_SUB_GET_VND, elem_addr, mod_id, cid); in bt_mesh_cfg_mod_sub_get_vnd()
|
D | cfg_srv.c | 3310 { OP_MOD_SUB_GET_VND, 6, mod_sub_get_vnd },
|
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/ |
D | btc_ble_mesh_config_model.c | 161 case OP_MOD_SUB_GET_VND: in btc_ble_mesh_config_client_copy_req_data() 253 case OP_MOD_SUB_GET_VND: in btc_ble_mesh_config_client_free_req_data()
|