Searched defs:getMainChannelFd (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealth.java285 public ParcelFileDescriptor getMainChannelFd(BluetoothDevice device, method in class:BluetoothHealth
290 return mService.getMainChannelFd(device, config);
/frameworks/base/core/java/android/server/
H A DBluetoothHealthProfileHandler.java333 ParcelFileDescriptor getMainChannelFd(BluetoothDevice device, method in class:BluetoothHealthProfileHandler
H A DBluetoothService.java2266 public ParcelFileDescriptor getMainChannelFd(BluetoothDevice device, method in class:BluetoothService
2271 return mBluetoothHealthProfileHandler.getMainChannelFd(device, config);

Completed in 61 milliseconds