Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp563 void btgatts_register_app_cb(int status, int server_if, const Uuid& uuid) { in btgatts_register_app_cb() argument
567 server_if, UUID_PARAMS(uuid)); in btgatts_register_app_cb()
570 void btgatts_connection_cb(int conn_id, int server_if, int connected, in btgatts_connection_cb() argument
578 address.get(), connected, conn_id, server_if); in btgatts_connection_cb()
581 void btgatts_service_added_cb(int status, int server_if, in btgatts_service_added_cb() argument
597 server_if, array.get()); in btgatts_service_added_cb()
600 void btgatts_service_stopped_cb(int status, int server_if, int srvc_handle) { in btgatts_service_stopped_cb() argument
604 server_if, 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() argument
611 server_if, srvc_handle); in btgatts_service_deleted_cb()
[all …]