Searched refs:server_if (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp643 void btgatts_register_app_cb(int status, int server_if, bt_uuid_t *uuid) argument
647 , status, server_if, UUID_PARAMS(uuid));
651 void btgatts_connection_cb(int conn_id, int server_if, int connected, bt_bdaddr_t *bda) argument
662 address, connected, conn_id, server_if);
667 void btgatts_service_added_cb(int status, int server_if, argument
672 server_if, SRVC_ID_PARAMS(srvc_id),
677 void btgatts_included_service_added_cb(int status, int server_if, argument
683 status, server_if, srvc_handle, incl_srvc_handle);
687 void btgatts_characteristic_added_cb(int status, int server_if, bt_uuid_t *char_id, argument
692 status, server_if, UUID_PARAM
697 btgatts_descriptor_added_cb(int status, int server_if, bt_uuid_t *descr_id, int srvc_handle, int descr_handle) argument
708 btgatts_service_started_cb(int status, int server_if, int srvc_handle) argument
716 btgatts_service_stopped_cb(int status, int server_if, int srvc_handle) argument
724 btgatts_service_deleted_cb(int status, int server_if, int srvc_handle) argument
1640 gattServerConnectNative(JNIEnv *env, jobject object, jint server_if, jstring address, jboolean is_direct, jint transport) argument
1661 gattServerAddServiceNative(JNIEnv *env, jobject object, jint server_if, jint service_type, jint service_id_inst_id, jlong service_id_uuid_lsb, jlong service_id_uuid_msb, jint num_handles) argument
1676 gattServerAddIncludedServiceNative(JNIEnv *env, jobject object, jint server_if, jint svc_handle, jint included_svc_handle) argument
1684 gattServerAddCharacteristicNative(JNIEnv *env, jobject object, jint server_if, jint svc_handle, jlong char_uuid_lsb, jlong char_uuid_msb, jint properties, jint permissions) argument
1698 gattServerAddDescriptorNative(JNIEnv *env, jobject object, jint server_if, jint svc_handle, jlong desc_uuid_lsb, jlong desc_uuid_msb, jint permissions) argument
1711 gattServerStartServiceNative(JNIEnv *env, jobject object, jint server_if, jint svc_handle, jint transport ) argument
1718 gattServerStopServiceNative(JNIEnv *env, jobject object, jint server_if, jint svc_handle) argument
1725 gattServerDeleteServiceNative(JNIEnv *env, jobject object, jint server_if, jint svc_handle) argument
1732 gattServerSendIndicationNative(JNIEnv *env, jobject object, jint server_if, jint attr_handle, jint conn_id, jbyteArray val) argument
1745 gattServerSendNotificationNative(JNIEnv *env, jobject object, jint server_if, jint attr_handle, jint conn_id, jbyteArray val) argument
1758 gattServerSendResponseNative(JNIEnv *env, jobject object, jint server_if, jint conn_id, jint trans_id, jint status, jint handle, jint offset, jbyteArray val, jint auth_req) argument
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java2435 private native void gattServerConnectNative(int server_if, String address, argument
2441 private native void gattServerAddServiceNative (int server_if, argument
2446 private native void gattServerAddIncludedServiceNative (int server_if, argument
2449 private native void gattServerAddCharacteristicNative (int server_if, argument
2453 private native void gattServerAddDescriptorNative (int server_if, argument
2457 private native void gattServerStartServiceNative (int server_if, argument
2460 private native void gattServerStopServiceNative (int server_if, argument
2463 private native void gattServerDeleteServiceNative (int server_if, argument
2466 private native void gattServerSendIndicationNative (int server_if, argument
2469 private native void gattServerSendNotificationNative (int server_if, argument
2472 gattServerSendResponseNative(int server_if, int conn_id, int trans_id, int status, int handle, int offset, byte[] val, int auth_req) argument
[all...]

Completed in 104 milliseconds