Home
last modified time | relevance | path

Searched refs:WHITELIST (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dprovisioner_proxy.c82 WHITELIST, enumerator
303 server->filter_type = WHITELIST; in proxy_open_complete()
515 server->filter_type = WHITELIST; in proxy_write_ccc_descr()
542 servers[i].filter_type = WHITELIST; in bt_mesh_provisioner_proxy_enable()
563 … if (server->conn && (server->filter_type == WHITELIST || server->filter_type == BLACKLIST)) { in bt_mesh_proxy_gatt_proxy_disconnect()
652 if ((server->filter_type == WHITELIST) != (type == BT_MESH_PROXY_NET_PDU)) { in provisioner_proxy_send()
A Dproxy.c102 WHITELIST, enumerator
162 client->filter_type = WHITELIST; in filter_set()
237 if (client->filter_type == WHITELIST) { in send_filter_status()
799 client->filter_type = WHITELIST; in proxy_ccc_write()
847 clients[i].filter_type = WHITELIST; in bt_mesh_proxy_gatt_enable()
863 … if (client->conn && (client->filter_type == WHITELIST || client->filter_type == BLACKLIST)) { in bt_mesh_proxy_gatt_disconnect()
896 if (client->filter_type == WHITELIST) { in bt_mesh_proxy_addr_add()
909 if (client->filter_type == WHITELIST) { in client_filter_match()

Completed in 5 milliseconds