Home
last modified time | relevance | path

Searched defs:server_if (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp582 void btgatts_register_app_cb(int status, int server_if, bt_uuid_t* uuid) { in btgatts_register_app_cb()
589 void btgatts_connection_cb(int conn_id, int server_if, int connected, in btgatts_connection_cb()
600 void btgatts_service_added_cb(int status, int server_if, in btgatts_service_added_cb()
619 void btgatts_service_stopped_cb(int status, int server_if, int srvc_handle) { in btgatts_service_stopped_cb()
626 void btgatts_service_deleted_cb(int status, int server_if, int srvc_handle) { in btgatts_service_deleted_cb()
1516 static void gattServerConnectNative(JNIEnv* env, jobject object, jint server_if, in gattServerConnectNative()
1561 jint server_if, in gattServerAddServiceNative()
1628 jint server_if, jint svc_handle) { in gattServerStopServiceNative()
1634 jint server_if, jint svc_handle) { in gattServerDeleteServiceNative()
1640 jint server_if, jint attr_handle, in gattServerSendIndicationNative()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2741 private native void gattServerConnectNative(int server_if, String address, in gattServerConnectNative()
2752 private native void gattServerAddServiceNative(int server_if, List<GattDbElement> service); in gattServerAddServiceNative()
2754 private native void gattServerStopServiceNative (int server_if, in gattServerStopServiceNative()
2757 private native void gattServerDeleteServiceNative (int server_if, in gattServerDeleteServiceNative()
2760 private native void gattServerSendIndicationNative (int server_if, in gattServerSendIndicationNative()
2763 private native void gattServerSendNotificationNative (int server_if, in gattServerSendNotificationNative()
2766 private native void gattServerSendResponseNative (int server_if, in gattServerSendResponseNative()