Searched refs:WHITELIST (Results 1 – 2 of 2) sorted by relevance
82 WHITELIST, enumerator303 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()
102 WHITELIST, enumerator162 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