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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java1919 int srvcInstId, ParcelUuid srvcUuid) {
1924 int srvcInstId, ParcelUuid srvcUuid,
1931 int srvcInstId, ParcelUuid srvcUuid,
1938 int srvcInstId, ParcelUuid srvcUuid,
1949 int srvcInstId, ParcelUuid srvcUuid,
1955 int srvcInstId, ParcelUuid srvcUuid,
1961 int srvcInstId, ParcelUuid srvcUuid,
1968 int srvcInstId, ParcelUuid srvcUuid,
1975 int srvcInstId, ParcelUuid srvcUuid,
1918 onGetService(String address, int srvcType, int srvcInstId, ParcelUuid srvcUuid) argument
1923 onGetIncludedService(String address, int srvcType, int srvcInstId, ParcelUuid srvcUuid, int inclSrvcType, int inclSrvcInstId, ParcelUuid inclSrvcUuid) argument
1930 onGetCharacteristic(String address, int srvcType, int srvcInstId, ParcelUuid srvcUuid, int charInstId, ParcelUuid charUuid, int charProps) argument
1937 onGetDescriptor(String address, int srvcType, int srvcInstId, ParcelUuid srvcUuid, int charInstId, ParcelUuid charUuid, int descInstId, ParcelUuid descUuid) argument
1948 onCharacteristicRead(String address, int status, int srvcType, int srvcInstId, ParcelUuid srvcUuid, int charInstId, ParcelUuid charUuid, byte[] value) argument
1954 onCharacteristicWrite(String address, int status, int srvcType, int srvcInstId, ParcelUuid srvcUuid, int charInstId, ParcelUuid charUuid) argument
1960 onNotify(String address, int srvcType, int srvcInstId, ParcelUuid srvcUuid, int charInstId, ParcelUuid charUuid, byte[] value) argument
1967 onDescriptorRead(String address, int status, int srvcType, int srvcInstId, ParcelUuid srvcUuid, int charInstId, ParcelUuid charUuid, int descInstId, ParcelUuid descrUuid, byte[] value) argument
1974 onDescriptorWrite(String address, int status, int srvcType, int srvcInstId, ParcelUuid srvcUuid, int charInstId, ParcelUuid charUuid, int descInstId, ParcelUuid descrUuid) argument

Completed in 54 milliseconds