Searched refs:company_id (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | health_srv.c | 44 u16_t company_id, in health_get_registered() argument 50 BT_DBG("Company ID 0x%04x", company_id); in health_get_registered() 55 net_buf_simple_add_le16(msg, company_id); in health_get_registered() 82 u16_t company_id; in health_get_current() local 103 sys_put_le16(company_id, company_ptr); in health_get_current() 121 u16_t company_id; in health_fault_get() local 125 BT_DBG("company_id 0x%04x", company_id); in health_fault_get() 139 u16_t company_id; in health_fault_clear_unrel() local 156 u16_t company_id; in health_fault_clear() local 178 u16_t company_id; in health_fault_test_unrel() local [all …]
|
A D | cfg_cli.c | 612 u16_t company_id; in mod_sub_list_vnd_status() local 637 company_id = net_buf_simple_pull_le16(buf); in mod_sub_list_vnd_status() 659 (void)company_id; in mod_sub_list_vnd_status()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/ |
A D | health_srv.h | 27 u16_t *company_id, u8_t *faults, 31 int (*fault_get_reg)(struct bt_mesh_model *model, u16_t company_id, 36 int (*fault_clear)(struct bt_mesh_model *model, u16_t company_id); 40 u16_t company_id);
|
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/ |
A D | shell.c | 112 static int fault_get_cur(struct bt_mesh_model *model, u8_t *test_id, u16_t *company_id, u8_t *fault… in fault_get_cur() argument 117 *company_id = BT_COMP_ID_LF; in fault_get_cur()
|
Completed in 13 milliseconds