Searched refs:channelId (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java357 BluetoothHealthAppConfiguration config, int channelId) {
360 return service.disconnectChannel(device, config, channelId);
427 BluetoothHealthAppConfiguration config, int channelId) {
429 HealthChannel chan = findChannelById(channelId);
481 int channelId, int state, FileDescriptor pfd) {
484 channelId, state, pfd);
839 int channelId, int state, FileDescriptor fileDescriptor) {
844 mChannelId = channelId;
878 private native boolean disconnectChannelNative(int channelId); argument
356 disconnectChannel(BluetoothDevice device, BluetoothHealthAppConfiguration config, int channelId) argument
426 disconnectChannel(BluetoothDevice device, BluetoothHealthAppConfiguration config, int channelId) argument
480 onChannelStateChanged(int appId, byte[] addr, int cfgIndex, int channelId, int state, FileDescriptor pfd) argument
838 ChannelStateEvent(int appId, byte[] addr, int cfgIndex, int channelId, int state, FileDescriptor fileDescriptor) argument

Completed in 441 milliseconds