/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/ |
D | esp_ble_mesh_config_model_api.h | 92 … 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 …]
|
D | esp_ble_mesh_health_model_api.h | 141 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/ |
D | health_srv.c | 105 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/ |
D | esp_ble_mesh_local_data_operation_api.c | 51 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()
|
D | esp_ble_mesh_networking_api.c | 450 … 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/ |
D | esp_ble_mesh_local_data_operation_api.h | 83 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,
|
D | esp_ble_mesh_networking_api.h | 370 … uint16_t model_id, uint16_t company_id);
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/ |
D | health_srv.h | 28 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/ |
D | btc_ble_mesh_health_model.c | 337 return bt_mesh_health_fault_get(¶m, get->fault_get.company_id); in btc_ble_mesh_health_client_get_state() 376 …return bt_mesh_health_fault_test(¶m, 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(¶m, 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(¶m, set->fault_clear.company_id, true); in btc_ble_mesh_health_client_set_state() 382 return bt_mesh_health_fault_clear(¶m, 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()
|
D | btc_ble_mesh_config_model.c | 427 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 …]
|
D | btc_ble_mesh_prov.c | 1890 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/ |
D | bta_av_api.c | 462 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()
|
D | bta_av_act.c | 310 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/ |
D | btc_ble_mesh_health_model.h | 76 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);
|
D | btc_ble_mesh_prov.h | 127 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/ |
D | bta_av_api.h | 447 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/ |
D | avrc_api.c | 278 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()
|
D | avrc_pars_ct.c | 111 BE_STREAM_TO_UINT24(p_result->get_caps.param.company_id[i], p); in avrc_pars_vendor_rsp()
|
D | avrc_opt.c | 69 AVRC_CO_ID_TO_BE_STREAM(p_data, p_msg->company_id); in avrc_vendor_msg()
|
D | avrc_bld_tg.c | 77 p_company_id = p_rsp->param.company_id; in avrc_bld_get_capability_rsp()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/ |
D | esp_ble_mesh_defs.h | 286 .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/ |
D | avrc_api.h | 159 UINT32 company_id; /* the company ID */ member
|
D | avrc_defs.h | 769 UINT32 company_id; /* Company identifier. */ member 789 UINT32 company_id; /* Company identifier. */ member 886 UINT32 company_id[AVRC_CAP_MAX_NUM_COMP_ID]; member
|
D | btm_ble_api.h | 850 UINT16 company_id; /* company ID */ member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_adv_filter.c | 602 UINT16_TO_STREAM(p, p_manu_data->company_id); in btm_ble_update_pf_manu_data()
|