Searched defs:server_if (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_gatt.cpp | 563 void btgatts_register_app_cb(int status, int server_if, const Uuid& uuid) { in btgatts_register_app_cb() 570 void btgatts_connection_cb(int conn_id, int server_if, int connected, in btgatts_connection_cb() 581 void btgatts_service_added_cb(int status, int server_if, in btgatts_service_added_cb() 600 void btgatts_service_stopped_cb(int status, int server_if, int srvc_handle) { in btgatts_service_stopped_cb() 607 void btgatts_service_deleted_cb(int status, int server_if, int srvc_handle) { in btgatts_service_deleted_cb() 1478 static void gattServerConnectNative(JNIEnv* env, jobject object, jint server_if, in gattServerConnectNative() 1524 jint server_if, in gattServerAddServiceNative() 1592 jint server_if, jint svc_handle) { in gattServerStopServiceNative() 1598 jint server_if, jint svc_handle) { in gattServerDeleteServiceNative() 1604 jint server_if, jint attr_handle, in gattServerSendIndicationNative() [all …]
|