Searched refs:charInstId (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 702 int charInstId, long charUuidLsb, long charUuidMsb, in onGetCharacteristic() argument 715 charInstId, charUuidLsb, charUuidMsb); in onGetCharacteristic() 721 charInstId, new ParcelUuid(charUuid), charProp); in onGetCharacteristic() 727 charInstId, charUuidLsb, charUuidMsb); in onGetCharacteristic() 738 int charInstId, long charUuidLsb, long charUuidMsb, in onGetDescriptor() argument 754 charInstId, new ParcelUuid(charUuid), in onGetDescriptor() 761 charInstId, charUuidLsb, charUuidMsb, in onGetDescriptor() 801 int charInstId, long charUuidLsb, long charUuidMsb) { in onRegisterForNotifications() argument 813 int charInstId, long charUuidLsb, long charUuidMsb, in onNotify() argument 831 charInstId, new ParcelUuid(charUuid), in onNotify() [all …]
|
D | CallbackInfo.java | 33 int charInstId; field in CallbackInfo 37 UUID srvcUuid, int charInstId, UUID charUuid) { in CallbackInfo() argument 43 this.charInstId = charInstId; in CallbackInfo()
|
D | SearchQueue.java | 35 public int charInstId; field in SearchQueue.Entry 56 int charInstId, long charUuidLsb, long charUuidMsb) in add() argument 64 entry.charInstId = charInstId; in add()
|