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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hdp.cpp55 static void app_registration_state_callback(int app_id, bthl_app_reg_state_t state) { argument
57 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAppRegistrationState, app_id,
62 static void channel_state_callback(int app_id, bt_bdaddr_t *bd_addr, int mdep_cfg_index, argument
86 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onChannelStateChanged, app_id, addr,
196 int app_id; local
212 if ( (status = sBluetoothHdpInterface->register_application(&reg_param, &app_id)) !=
220 return app_id;
223 static jboolean unregisterHealthAppNative(JNIEnv *env, jobject object, int app_id) { argument
227 if ((status = sBluetoothHdpInterface->unregister_application(app_id)) != BT_STATUS_SUCCESS) {
228 ALOGE("Failed to unregister app %d, status: %d", app_id, statu
233 connectChannelNative(JNIEnv *env, jobject object, jbyteArray address, jint app_id) argument
[all...]

Completed in 8 milliseconds