Searched refs:mCcid (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothLeCallControl.java | 296 mCcid = ccid; in onBearerRegistered() 372 private int mCcid = 0; field in BluetoothLeCallControl 493 if (mCcid != 0) { in registerBearer() 529 if (mCcid == 0) { in registerBearer() 547 if (mCcid == 0) { in unregisterBearer() 557 mCcid = 0; in unregisterBearer() 575 return mCcid; in getContentControlId() 593 if (mCcid == 0) { in onCallAdded() 604 service.callAdded(mCcid, call, mAttributionSource); in onCallAdded() 626 if (mCcid == 0) { in onCallRemoved() [all …]
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | MediaControlGattService.java | 141 private final int mCcid; field in MediaControlGattService 884 List<ParcelUuid> uuidList = mMcpService.getNotificationSubscriptions(mCcid, device); in restoreCccValuesForStoredDevices() 948 .setValue(mCcid, BluetoothGattCharacteristic.FORMAT_UINT8, 0); 1257 mCcid = ccid; in MediaControlGattService() 1485 mMcpService.setNotificationSubscription(mCcid, device, new ParcelUuid(charUuid), true); in setCcc() 1488 mMcpService.setNotificationSubscription(mCcid, device, new ParcelUuid(charUuid), false); in setCcc() 1746 return mCcid; in getContentControlId() 2492 sb.append("\n\t\tCcid = " + mCcid); in dump()
|