Searched defs:server_if (Results 1 – 2 of 2) sorted by relevance
| /packages/apps/Bluetooth/jni/ |
| D | com_android_bluetooth_gatt.cpp | 655 void btgatts_register_app_cb(int status, int server_if, bt_uuid_t *uuid) in btgatts_register_app_cb() 663 void btgatts_connection_cb(int conn_id, int server_if, int connected, bt_bdaddr_t *bda) in btgatts_connection_cb() 679 void btgatts_service_added_cb(int status, int server_if, in btgatts_service_added_cb() 689 void btgatts_included_service_added_cb(int status, int server_if, in btgatts_included_service_added_cb() 699 void btgatts_characteristic_added_cb(int status, int server_if, bt_uuid_t *char_id, in btgatts_characteristic_added_cb() 709 void btgatts_descriptor_added_cb(int status, int server_if, in btgatts_descriptor_added_cb() 720 void btgatts_service_started_cb(int status, int server_if, int srvc_handle) in btgatts_service_started_cb() 728 void btgatts_service_stopped_cb(int status, int server_if, int srvc_handle) in btgatts_service_stopped_cb() 736 void btgatts_service_deleted_cb(int status, int server_if, int srvc_handle) in btgatts_service_deleted_cb() 1493 … jint server_if, jstring address, jboolean is_direct, jint transport) in gattServerConnectNative() [all …]
|
| /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
| D | GattService.java | 2375 private native void gattServerConnectNative(int server_if, String address, in gattServerConnectNative() 2381 private native void gattServerAddServiceNative (int server_if, in gattServerAddServiceNative() 2386 private native void gattServerAddIncludedServiceNative (int server_if, in gattServerAddIncludedServiceNative() 2389 private native void gattServerAddCharacteristicNative (int server_if, in gattServerAddCharacteristicNative() 2393 private native void gattServerAddDescriptorNative (int server_if, in gattServerAddDescriptorNative() 2397 private native void gattServerStartServiceNative (int server_if, in gattServerStartServiceNative() 2400 private native void gattServerStopServiceNative (int server_if, in gattServerStopServiceNative() 2403 private native void gattServerDeleteServiceNative (int server_if, in gattServerDeleteServiceNative() 2406 private native void gattServerSendIndicationNative (int server_if, in gattServerSendIndicationNative() 2409 private native void gattServerSendNotificationNative (int server_if, in gattServerSendNotificationNative() [all …]
|