Home
last modified time | relevance | path

Searched refs:company_id (Results 1 – 25 of 26) sorted by relevance

12

/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_config_model_api.h92 … uint16_t company_id; /*!< The company id, if not a vendor model, shall set to 0xFFFF */ member
105 … uint16_t company_id; /*!< The company id, if not a vendor model, shall set to 0xFFFF */ member
128 … uint16_t company_id; /*!< The company id, if not a vendor model, shall set to 0xFFFF */ member
185 … uint16_t company_id; /*!< The company id, if not a vendor model, shall set to 0xFFFF */ member
198 … uint16_t company_id; /*!< The company id, if not a vendor model, shall set to 0xFFFF */ member
206 … uint16_t company_id; /*!< The company id, if not a vendor model, shall set to 0xFFFF */ member
214 … uint16_t company_id; /*!< The company id, if not a vendor model, shall set to 0xFFFF */ member
222 … uint16_t company_id; /*!< The company id, if not a vendor model, shall set to 0xFFFF */ member
230 … uint16_t company_id; /*!< The company id, if not a vendor model, shall set to 0xFFFF */ member
238 … uint16_t company_id; /*!< The company id, if not a vendor model, shall set to 0xFFFF */ member
[all …]
Desp_ble_mesh_health_model_api.h141 uint16_t company_id; /*!< Company ID used to identify the Health Fault state */ member
167 uint16_t company_id; /*!< Bluetooth assigned 16-bit Company ID */ member
182 uint16_t company_id; /*!< Bluetooth assigned 16-bit Company ID */ member
188 uint16_t company_id; /*!< Bluetooth assigned 16-bit Company ID */ member
222 uint16_t company_id; /*!< Bluetooth assigned 16-bit Company ID */ member
229 uint16_t company_id; /*!< Bluetooth assigned 16-bit Company ID */ member
278 uint16_t company_id; /*!< Bluetooth assigned 16-bit Company ID */ member
285 uint16_t company_id; /*!< Bluetooth assigned 16-bit Company ID */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dhealth_srv.c105 net_buf_simple_add_le16(msg, srv->test.company_id); in health_send_fault_status()
128 uint16_t company_id = 0U; in health_fault_get() local
135 company_id = net_buf_simple_pull_le16(buf); in health_fault_get()
136 if (company_id != srv->test.company_id) { in health_fault_get()
137 BT_ERR("Unknown Company ID 0x%04x", company_id); in health_fault_get()
141 BT_DBG("company_id 0x%04x", company_id); in health_fault_get()
151 uint16_t company_id = 0U; in health_fault_clear() local
158 company_id = net_buf_simple_pull_le16(buf); in health_fault_clear()
159 if (company_id != srv->test.company_id) { in health_fault_clear()
160 BT_ERR("Unknown Company ID 0x%04x", company_id); in health_fault_clear()
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_local_data_operation_api.c51 uint16_t company_id, uint16_t model_id) in esp_ble_mesh_find_vendor_model() argument
56 return btc_ble_mesh_model_find_vnd(element, company_id, model_id); in esp_ble_mesh_find_vendor_model()
73 esp_err_t esp_ble_mesh_model_subscribe_group_addr(uint16_t element_addr, uint16_t company_id, in esp_ble_mesh_model_subscribe_group_addr() argument
91 arg.model_sub_group_addr.company_id = company_id; in esp_ble_mesh_model_subscribe_group_addr()
99 esp_err_t esp_ble_mesh_model_unsubscribe_group_addr(uint16_t element_addr, uint16_t company_id, in esp_ble_mesh_model_unsubscribe_group_addr() argument
117 arg.model_unsub_group_addr.company_id = company_id; in esp_ble_mesh_model_unsubscribe_group_addr()
182 esp_err_t esp_ble_mesh_node_bind_app_key_to_local_model(uint16_t element_addr, uint16_t company_id, in esp_ble_mesh_node_bind_app_key_to_local_model() argument
200 arg.node_local_mod_app_bind.company_id = company_id; in esp_ble_mesh_node_bind_app_key_to_local_model()
Desp_ble_mesh_networking_api.c450 … uint16_t model_id, uint16_t company_id) in esp_ble_mesh_provisioner_bind_app_key_to_local_model() argument
468 arg.local_mod_app_bind.cid = company_id; in esp_ble_mesh_provisioner_bind_app_key_to_local_model()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/include/
Desp_ble_mesh_local_data_operation_api.h83 uint16_t company_id, uint16_t model_id);
118 esp_err_t esp_ble_mesh_model_subscribe_group_addr(uint16_t element_addr, uint16_t company_id,
134 esp_err_t esp_ble_mesh_model_unsubscribe_group_addr(uint16_t element_addr, uint16_t company_id,
200 esp_err_t esp_ble_mesh_node_bind_app_key_to_local_model(uint16_t element_addr, uint16_t company_id,
Desp_ble_mesh_networking_api.h370 … uint16_t model_id, uint16_t company_id);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dhealth_srv.h28 void (*fault_clear)(struct bt_mesh_model *model, uint16_t company_id);
32 uint16_t company_id);
54 uint16_t company_id; /* Company ID used to identify the Health Fault state */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_health_model.c337 return bt_mesh_health_fault_get(&param, get->fault_get.company_id); in btc_ble_mesh_health_client_get_state()
376 …return bt_mesh_health_fault_test(&param, set->fault_test.company_id, set->fault_test.test_id, true… in btc_ble_mesh_health_client_set_state()
378 …return bt_mesh_health_fault_test(&param, set->fault_test.company_id, set->fault_test.test_id, fals… in btc_ble_mesh_health_client_set_state()
380 return bt_mesh_health_fault_clear(&param, set->fault_clear.company_id, true); in btc_ble_mesh_health_client_set_state()
382 return bt_mesh_health_fault_clear(&param, set->fault_clear.company_id, false); in btc_ble_mesh_health_client_set_state()
597 void btc_ble_mesh_health_server_fault_clear(struct bt_mesh_model *model, uint16_t company_id) in btc_ble_mesh_health_server_fault_clear() argument
602 param.fault_clear.company_id = company_id; in btc_ble_mesh_health_server_fault_clear()
608 uint8_t test_id, uint16_t company_id) in btc_ble_mesh_health_server_fault_test() argument
614 param.fault_test.company_id = company_id; in btc_ble_mesh_health_server_fault_test()
Dbtc_ble_mesh_config_model.c427 get->model_pub_get.company_id); in btc_ble_mesh_config_client_get_state()
440 get->vnd_model_sub_get.company_id); in btc_ble_mesh_config_client_get_state()
453 get->vnd_model_app_get.company_id); in btc_ble_mesh_config_client_get_state()
516 set->model_app_bind.company_id); in btc_ble_mesh_config_client_set_state()
528 set->model_pub_set.company_id, &model_pub); in btc_ble_mesh_config_client_set_state()
534 set->model_sub_add.company_id); in btc_ble_mesh_config_client_set_state()
539 set->model_sub_delete.company_id); in btc_ble_mesh_config_client_set_state()
544 set->model_sub_overwrite.company_id); in btc_ble_mesh_config_client_set_state()
549 set->model_sub_va_add.company_id); in btc_ble_mesh_config_client_set_state()
554 set->model_sub_va_overwrite.company_id); in btc_ble_mesh_config_client_set_state()
[all …]
Dbtc_ble_mesh_prov.c1890 param.node_bind_app_key_to_model_comp.company_id = arg->node_local_mod_app_bind.company_id; in btc_ble_mesh_prov_call_handler()
1895 arg->node_local_mod_app_bind.company_id, in btc_ble_mesh_prov_call_handler()
2050 param.provisioner_bind_app_key_to_model_comp.company_id = arg->local_mod_app_bind.cid; in btc_ble_mesh_prov_call_handler()
2271 param.model_sub_group_addr_comp.company_id = arg->model_sub_group_addr.company_id; in btc_ble_mesh_prov_call_handler()
2276 arg->model_sub_group_addr.company_id, in btc_ble_mesh_prov_call_handler()
2283 param.model_unsub_group_addr_comp.company_id = arg->model_unsub_group_addr.company_id; in btc_ble_mesh_prov_call_handler()
2288 arg->model_unsub_group_addr.company_id, in btc_ble_mesh_prov_call_handler()
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_api.c462 p_buf->msg.company_id = p_bta_av_cfg->company_id; in BTA_AvVendorCmd()
487 …(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code, UINT8 *p_data, UINT16 len, UINT32 company_id) in BTA_AvVendorRsp() argument
497 if (company_id) { in BTA_AvVendorRsp()
498 p_buf->msg.company_id = company_id; in BTA_AvVendorRsp()
500 p_buf->msg.company_id = p_bta_av_cfg->company_id; in BTA_AvVendorRsp()
Dbta_av_act.c310 ccb.company_id = p_bta_av_cfg->company_id; in bta_av_rc_create()
748 memcpy(p_rc_rsp->get_caps.param.company_id, p_bta_av_cfg->p_meta_co_ids, in bta_av_proc_meta_cmd()
877 av.vendor_cmd.company_id = p_vendor->company_id; in bta_av_rc_msg()
887 (p_vendor->company_id == AVRC_CO_METADATA)) { in bta_av_rc_msg()
901 (p_vendor->company_id == AVRC_CO_METADATA)) { in bta_av_rc_msg()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_health_model.h76 void btc_ble_mesh_health_server_fault_clear(struct bt_mesh_model *model, uint16_t company_id);
79 uint8_t test_id, uint16_t company_id);
Dbtc_ble_mesh_prov.h127 uint16_t company_id; member
300 uint16_t company_id; member
306 uint16_t company_id; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_av_api.h447 UINT32 company_id; member
457 UINT32 company_id; member
545 UINT32 company_id; /* AVRCP Company ID */ member
811 UINT8 *p_data, UINT16 len, UINT32 company_id);
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_api.c278 if (p_msg->company_id == AVRC_CO_METADATA) { in avrc_proc_vendor_command()
376 if (p_msg->company_id == AVRC_CO_METADATA) { in avrc_proc_far_msg()
574 AVRC_CO_ID_TO_BE_STREAM(p_rsp_data, avrc_cb.ccb[handle].company_id); in avrc_msg_cback()
586 AVRC_BE_STREAM_TO_CO_ID(msg.unit.company_id, p_data); in avrc_msg_cback()
635 AVRC_BE_STREAM_TO_CO_ID(p_msg->company_id, p_data); in avrc_msg_cback()
641 if (p_msg->company_id == AVRC_CO_METADATA) { in avrc_msg_cback()
Davrc_pars_ct.c111 BE_STREAM_TO_UINT24(p_result->get_caps.param.company_id[i], p); in avrc_pars_vendor_rsp()
Davrc_opt.c69 AVRC_CO_ID_TO_BE_STREAM(p_data, p_msg->company_id); in avrc_vendor_msg()
Davrc_bld_tg.c77 p_company_id = p_rsp->param.company_id; in avrc_bld_get_capability_rsp()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h286 .company_id = (_company), \
480 uint16_t company_id; /*!< 16-bit company identifier */ member
1028 uint16_t company_id; /*!< Company ID */ member
1196 uint16_t company_id; /*!< Company ID */ member
1489 uint16_t company_id; /*!< Company ID */ member
1499 uint16_t company_id; /*!< Company ID */ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davrc_api.h159 UINT32 company_id; /* the company ID */ member
Davrc_defs.h769 UINT32 company_id; /* Company identifier. */ member
789 UINT32 company_id; /* Company identifier. */ member
886 UINT32 company_id[AVRC_CAP_MAX_NUM_COMP_ID]; member
Dbtm_ble_api.h850 UINT16 company_id; /* company ID */ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_adv_filter.c602 UINT16_TO_STREAM(p, p_manu_data->company_id); in btm_ble_update_pf_manu_data()

12