Searched refs:addr_num (Results 1 – 6 of 6) sorted by relevance
121 uint16_t *addr, uint16_t addr_num) in esp_ble_mesh_proxy_client_add_filter_addr() argument126 if (!addr || addr_num == 0) { in esp_ble_mesh_proxy_client_add_filter_addr()138 arg.proxy_client_add_filter_addr.addr_num = addr_num; in esp_ble_mesh_proxy_client_add_filter_addr()146 uint16_t *addr, uint16_t addr_num) in esp_ble_mesh_proxy_client_remove_filter_addr() argument151 if (!addr || addr_num == 0) { in esp_ble_mesh_proxy_client_remove_filter_addr()163 arg.proxy_client_remove_filter_addr.addr_num = addr_num; in esp_ble_mesh_proxy_client_remove_filter_addr()
98 uint16_t *addr, uint16_t addr_num);112 uint16_t *addr, uint16_t addr_num);
52 uint16_t addr_num; member56 uint16_t addr_num; member
868 if (cfg->add.addr == NULL || cfg->add.addr_num == 0) { in send_proxy_cfg()873 alloc_len = sizeof(cfg->opcode) + (cfg->add.addr_num << 1); in send_proxy_cfg()876 if (cfg->remove.addr == NULL || cfg->remove.addr_num == 0) { in send_proxy_cfg()881 alloc_len = sizeof(cfg->opcode) + (cfg->remove.addr_num << 1); in send_proxy_cfg()906 for (uint16_t i = 0U; i < cfg->add.addr_num; i++) { in send_proxy_cfg()911 for (uint16_t i = 0U; i < cfg->remove.addr_num; i++) { in send_proxy_cfg()
289 uint16_t addr_num; member295 uint16_t addr_num; member
117 …add_filter_addr.addr = (uint16_t *)bt_mesh_calloc(src->proxy_client_add_filter_addr.addr_num << 1); in btc_ble_mesh_prov_arg_deep_copy()120 src->proxy_client_add_filter_addr.addr_num << 1); in btc_ble_mesh_prov_arg_deep_copy()126 …lient_remove_filter_addr.addr = bt_mesh_calloc(src->proxy_client_remove_filter_addr.addr_num << 1); in btc_ble_mesh_prov_arg_deep_copy()129 src->proxy_client_remove_filter_addr.addr_num << 1); in btc_ble_mesh_prov_arg_deep_copy()2243 .add.addr_num = arg->proxy_client_add_filter_addr.addr_num, in btc_ble_mesh_prov_call_handler()2257 .remove.addr_num = arg->proxy_client_remove_filter_addr.addr_num, in btc_ble_mesh_prov_call_handler()