Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_gatt_server.cc278 static bt_status_t btif_gatts_unregister_app(int server_if) { in btif_gatts_unregister_app()
283 static void btif_gatts_open_impl(int server_if, const RawAddress& address, in btif_gatts_open_impl()
322 static bt_status_t btif_gatts_open(int server_if, const RawAddress& bd_addr, in btif_gatts_open()
329 static void btif_gatts_close_impl(int server_if, const RawAddress& address, in btif_gatts_close_impl()
341 static bt_status_t btif_gatts_close(int server_if, const RawAddress& bd_addr, in btif_gatts_close()
348 static void on_service_added_cb(tGATT_STATUS status, int server_if, in on_service_added_cb()
354 static void add_service_impl(int server_if, in add_service_impl()
372 static bt_status_t btif_gatts_add_service(int server_if, in btif_gatts_add_service()
379 static bt_status_t btif_gatts_stop_service(int server_if, int service_handle) { in btif_gatts_stop_service()
384 static bt_status_t btif_gatts_delete_service(int server_if, in btif_gatts_delete_service()
[all …]
/aosp12/system/bt/test/mock/
H A Dmock_bta_gatts_api.cc45 void BTA_GATTS_AppDeregister(tGATT_IF server_if) { in BTA_GATTS_AppDeregister()
52 void BTA_GATTS_CancelOpen(tGATT_IF server_if, const RawAddress& remote_bda, in BTA_GATTS_CancelOpen()
57 void BTA_GATTS_AddService(tGATT_IF server_if, in BTA_GATTS_AddService()
70 void BTA_GATTS_Open(tGATT_IF server_if, const RawAddress& remote_bda, in BTA_GATTS_Open()
81 void bta_gatts_add_service_impl(tGATT_IF server_if, in bta_gatts_add_service_impl()
/aosp12/system/bt/test/suite/gatt/
H A Dgatt_test.cc109 int server_if, const bluetooth::Uuid& uuid) { in RegisterServerCallback()
117 int server_if, std::vector<btgatt_db_element_t> service) { in ServiceAddedCallback()
126 int server_if, int srvc_handle) { in ServiceStoppedCallback()
135 int server_if, int srvc_handle) { in ServiceDeletedCallback()
H A Dgatt_unittest.cc69 int server_if = server_interface_id(); in TEST_F() local
/aosp12/system/bt/bta/gatt/
H A Dbta_gatts_api.cc111 void BTA_GATTS_AppDeregister(tGATT_IF server_if) { in BTA_GATTS_AppDeregister()
121 void bta_gatts_add_service_impl(tGATT_IF server_if, in bta_gatts_add_service_impl()
174 extern void BTA_GATTS_AddService(tGATT_IF server_if, in BTA_GATTS_AddService()
305 void BTA_GATTS_Open(tGATT_IF server_if, const RawAddress& remote_bda, in BTA_GATTS_Open()
333 void BTA_GATTS_CancelOpen(tGATT_IF server_if, const RawAddress& remote_bda, in BTA_GATTS_CancelOpen()
H A Dbta_gatts_utils.cc62 tBTA_GATTS_RCB* bta_gatts_find_app_rcb_by_app_if(tGATT_IF server_if) { in bta_gatts_find_app_rcb_by_app_if()
85 tGATT_IF server_if) { in bta_gatts_find_app_rcb_idx_by_app_if()
H A Dbta_gatts_int.h72 tGATT_IF server_if; member
79 tGATT_IF server_if; member
107 tGATT_IF server_if; member
/aosp12/system/bt/service/hal/
H A Dfake_bluetooth_gatt_interface.cc70 bt_status_t FakeUnregisterServer(int server_if) { in FakeUnregisterServer()
76 bt_status_t FakeAddService(int server_if, in FakeAddService()
84 bt_status_t FakeDeleteService(int server_if, int srvc_handle) { in FakeDeleteService()
91 bt_status_t FakeSendIndication(int server_if, int attribute_handle, int conn_id, in FakeSendIndication()
213 int status, int server_if, const Uuid& app_uuid) { in NotifyRegisterServerCallback()
220 int conn_id, int server_if, int connected, const RawAddress& bda) { in NotifyServerConnectionCallback()
227 int status, int server_if, std::vector<btgatt_db_element_t> service) { in NotifyServiceAddedCallback()
H A Dbluetooth_gatt_interface.cc228 void RegisterServerCallback(int status, int server_if, in RegisterServerCallback()
238 void ConnectionCallback(int conn_id, int server_if, int connected, in ConnectionCallback()
250 int status, int server_if, in ServiceAddedCallback()
262 void ServiceStoppedCallback(int status, int server_if, int srvc_handle) { in ServiceStoppedCallback()
272 void ServiceDeletedCallback(int status, int server_if, int srvc_handle) { in ServiceDeletedCallback()
/aosp12/system/bt/bta/include/
H A Dbta_gatt_api.h213 tGATT_IF server_if; member
221 tGATT_IF server_if; member
315 tGATT_IF server_if; member
321 tGATT_IF server_if; member
330 tGATT_IF server_if; member
336 tGATT_IF server_if; member
353 tGATT_IF server_if; member
361 tGATT_IF server_if; member
/aosp12/system/bt/service/
H A Dgatt_server_old.cc116 int server_if; member
132 void RegisterServerCallback(int status, int server_if, in RegisterServerCallback()
145 void ServiceAddedCallback(int status, int server_if, in ServiceAddedCallback()
331 void ConnectionCallback(int conn_id, int server_if, int connected, in ConnectionCallback()
366 void ServiceStoppedCallback(int status, int server_if, int srvc_handle) { in ServiceStoppedCallback()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp576 void btgatts_register_app_cb(int status, int server_if, const Uuid& uuid) { in btgatts_register_app_cb()
583 void btgatts_connection_cb(int conn_id, int server_if, int connected, in btgatts_connection_cb()
594 void btgatts_service_added_cb(int status, int server_if, in btgatts_service_added_cb()
613 void btgatts_service_stopped_cb(int status, int server_if, int srvc_handle) { in btgatts_service_stopped_cb()
620 void btgatts_service_deleted_cb(int status, int server_if, int srvc_handle) { in btgatts_service_deleted_cb()
1750 jint server_if, in gattServerAddServiceNative()
1818 jint server_if, jint svc_handle) { in gattServerStopServiceNative()
1824 jint server_if, jint svc_handle) { in gattServerDeleteServiceNative()
1830 jint server_if, jint attr_handle, in gattServerSendIndicationNative()
1845 jint server_if, jint attr_handle, in gattServerSendNotificationNative()
[all …]
/aosp12/system/bt/service/example/heart_rate/
H A Dheart_rate_server.cc227 Status HeartRateServer::OnServerRegistered(int status, int server_if) { in OnServerRegistered()