Searched refs:serviceUuidMsb (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattNativeInterface.java | 309 int connId, boolean searchAll, long serviceUuidLsb, long serviceUuidMsb); in gattClientSearchServiceNative() argument 312 int connId, long serviceUuidLsb, long serviceUuidMsb); in gattClientDiscoverServiceByUuidNative() argument 479 int connId, boolean searchAll, long serviceUuidLsb, long serviceUuidMsb) { in gattClientSearchService() argument 480 gattClientSearchServiceNative(connId, searchAll, serviceUuidLsb, serviceUuidMsb); in gattClientSearchService() 485 int connId, long serviceUuidLsb, long serviceUuidMsb) { in gattClientDiscoverServiceByUuid() argument 486 gattClientDiscoverServiceByUuidNative(connId, serviceUuidLsb, serviceUuidMsb); in gattClientDiscoverServiceByUuid()
|