OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mChannelId
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java
202
chan.
mChannelId
= connectChannelNative(devAddr, appId);
203
if (chan.
mChannelId
== -1) {
207
chan.mChannelFd, chan.
mChannelId
);
211
chan.mChannelFd, chan.
mChannelId
);
218
if (!disconnectChannelNative(chan.
mChannelId
)) {
222
chan.mChannelFd, chan.
mChannelId
);
226
chan.mChannelFd, chan.
mChannelId
);
249
HealthChannel chan = findChannelById(channelStateEvent.
mChannelId
);
264
chan.
mChannelId
= channelStateEvent.
mChannelId
;
[
all
...]
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java
96
private int
mChannelId
;
193
mBluetoothHealth.disconnectChannel(mDevice, mHealthAppConfig,
mChannelId
);
246
mChannelId
= channelId;
Completed in 62 milliseconds