Searched refs:profileFilter (Results 1 – 2 of 2) sorted by relevance
341 IntentFilter profileFilter = new IntentFilter(); in start() local342 profileFilter.addAction(mProfileConnectionAction); in start()343 profileFilter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); in start()344 profileFilter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED); in start()345 profileFilter.addAction(BluetoothDevice.ACTION_UUID); in start()347 profileFilter, null, null); in start()
166 IntentFilter profileFilter = new IntentFilter(); in init() local167 profileFilter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); in init()169 profileFilter, null, null); in init()