Home
last modified time | relevance | path

Searched refs:group_addr (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dlocal_operation.c44 uint16_t mod_id, uint16_t group_addr) in bt_mesh_model_subscribe_group_addr() argument
55 if (!BLE_MESH_ADDR_IS_GROUP(group_addr)) { in bt_mesh_model_subscribe_group_addr()
56 BT_ERR("Subscribe, not a group address 0x%04x", group_addr); in bt_mesh_model_subscribe_group_addr()
60 if (bt_mesh_model_find_group(model, group_addr)) { in bt_mesh_model_subscribe_group_addr()
61 BT_INFO("Group address 0x%04x already exists", group_addr); in bt_mesh_model_subscribe_group_addr()
67 model->groups[i] = group_addr; in bt_mesh_model_subscribe_group_addr()
74 bt_mesh_lpn_group_add(group_addr); in bt_mesh_model_subscribe_group_addr()
77 BT_INFO("Subscribe group address 0x%04x", group_addr); in bt_mesh_model_subscribe_group_addr()
87 uint16_t mod_id, uint16_t group_addr) in bt_mesh_model_unsubscribe_group_addr() argument
98 if (!BLE_MESH_ADDR_IS_GROUP(group_addr)) { in bt_mesh_model_unsubscribe_group_addr()
[all …]
Dlocal_operation.h20 uint16_t cid, uint16_t group_addr);
23 uint16_t mod_id, uint16_t group_addr);
Dtest.c42 !BLE_MESH_ADDR_IS_GROUP(info->group_addr)) { in bt_mesh_device_auto_enter_network()
108 model->groups[k] = info->group_addr; in bt_mesh_device_auto_enter_network()
123 model->groups[k] = info->group_addr; in bt_mesh_device_auto_enter_network()
Dtest.h30 uint16_t group_addr; member
Daccess.c482 uint16_t group_addr) in bt_mesh_elem_find_group() argument
491 match = bt_mesh_model_find_group(model, group_addr); in bt_mesh_elem_find_group()
500 match = bt_mesh_model_find_group(model, group_addr); in bt_mesh_elem_find_group()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_local_data_operation_api.c29 uint16_t group_addr) in esp_ble_mesh_is_model_subscribed_to_group() argument
34 return btc_ble_mesh_model_find_group(model, group_addr); in esp_ble_mesh_is_model_subscribed_to_group()
74 uint16_t model_id, uint16_t group_addr) in esp_ble_mesh_model_subscribe_group_addr() argument
80 !ESP_BLE_MESH_ADDR_IS_GROUP(group_addr)) { in esp_ble_mesh_model_subscribe_group_addr()
93 arg.model_sub_group_addr.group_addr = group_addr; in esp_ble_mesh_model_subscribe_group_addr()
100 uint16_t model_id, uint16_t group_addr) in esp_ble_mesh_model_unsubscribe_group_addr() argument
106 !ESP_BLE_MESH_ADDR_IS_GROUP(group_addr)) { in esp_ble_mesh_model_unsubscribe_group_addr()
119 arg.model_unsub_group_addr.group_addr = group_addr; in esp_ble_mesh_model_unsubscribe_group_addr()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/include/
Desp_ble_mesh_local_data_operation_api.h51 uint16_t group_addr);
119 uint16_t model_id, uint16_t group_addr);
135 uint16_t model_id, uint16_t group_addr);
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h302 uint16_t group_addr; member
308 uint16_t group_addr; member
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c2273 param.model_sub_group_addr_comp.group_addr = arg->model_sub_group_addr.group_addr; in btc_ble_mesh_prov_call_handler()
2278 arg->model_sub_group_addr.group_addr); in btc_ble_mesh_prov_call_handler()
2285 param.model_unsub_group_addr_comp.group_addr = arg->model_unsub_group_addr.group_addr; in btc_ble_mesh_prov_call_handler()
2290 arg->model_unsub_group_addr.group_addr); in btc_ble_mesh_prov_call_handler()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h1491 uint16_t group_addr; /*!< Group Address */ member
1501 uint16_t group_addr; /*!< Group Address */ member