Searched defs:server_if (Results 1 – 1 of 1) sorted by relevance
| /packages/apps/Bluetooth/jni/ |
| D | com_android_bluetooth_gatt.cpp | 564 void btgatts_register_app_cb(int status, int server_if, const Uuid& uuid) { in btgatts_register_app_cb() 571 void btgatts_connection_cb(int conn_id, int server_if, int connected, in btgatts_connection_cb() 582 void btgatts_service_added_cb(int status, int server_if, in btgatts_service_added_cb() 601 void btgatts_service_stopped_cb(int status, int server_if, int srvc_handle) { in btgatts_service_stopped_cb() 608 void btgatts_service_deleted_cb(int status, int server_if, int srvc_handle) { in btgatts_service_deleted_cb() 1479 static void gattServerConnectNative(JNIEnv* env, jobject object, jint server_if, in gattServerConnectNative() 1525 jint server_if, in gattServerAddServiceNative() 1593 jint server_if, jint svc_handle) { in gattServerStopServiceNative() 1599 jint server_if, jint svc_handle) { in gattServerDeleteServiceNative() 1605 jint server_if, jint attr_handle, in gattServerSendIndicationNative() [all …]
|