Searched refs:clientif (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_gatt.cpp | 986 static void gattClientConnectNative(JNIEnv* env, jobject object, jint clientif, in gattClientConnectNative() argument 992 sGattIf->client->connect(clientif, str2addr(env, address), isDirect, in gattClientConnectNative() 1154 jint clientif, jstring address) { in gattClientReadRemoteRssiNative() argument 1157 sGattIf->client->read_remote_rssi(clientif, str2addr(env, address)); in gattClientReadRemoteRssiNative()
|