Home | History | Annotate | Download | only in jni

Lines Matching refs:serverIf

1473                                           jint serverIf) {
1475 sGattIf->server->unregister_server(serverIf);
1488 jint serverIf, jstring address,
1491 sGattIf->server->disconnect(serverIf, str2addr(env, address), conn_id);
1495 jint serverIf, jstring address,
1503 static void readServerPhyCb(uint8_t serverIf, RawAddress bda, uint8_t tx_phy,
1511 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onServerPhyRead, serverIf,
1515 static void gattServerReadPhyNative(JNIEnv* env, jobject object, jint serverIf,
1520 sGattIf->server->read_phy(bda, base::Bind(&readServerPhyCb, serverIf, bda));