Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc284 static bt_status_t btif_gatts_unregister_app(int server_if) { in btif_gatts_unregister_app()
289 static void btif_gatts_open_impl(int server_if, const RawAddress& address, in btif_gatts_open_impl()
327 static void btif_gatts_open_impl_use_address_type(int server_if, in btif_gatts_open_impl_use_address_type()
352 static bt_status_t btif_gatts_open(int server_if, const RawAddress& bd_addr, in btif_gatts_open()
368 static void btif_gatts_close_impl(int server_if, const RawAddress& address, in btif_gatts_close_impl()
380 static bt_status_t btif_gatts_close(int server_if, const RawAddress& bd_addr, in btif_gatts_close()
387 static void on_service_added_cb(tGATT_STATUS status, int server_if, in on_service_added_cb()
393 static void add_service_impl(int server_if, in add_service_impl()
411 static bt_status_t btif_gatts_add_service(int server_if, in btif_gatts_add_service()
419 static bt_status_t btif_gatts_stop_service(int server_if, int service_handle) { in btif_gatts_stop_service()
[all …]
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_api.cc115 void BTA_GATTS_AppDeregister(tGATT_IF server_if) { in BTA_GATTS_AppDeregister()
125 void bta_gatts_add_service_impl(tGATT_IF server_if, in bta_gatts_add_service_impl()
178 void BTA_GATTS_AddService(tGATT_IF server_if, in BTA_GATTS_AddService()
315 void BTA_GATTS_Open(tGATT_IF server_if, const RawAddress& remote_bda, in BTA_GATTS_Open()
349 void BTA_GATTS_CancelOpen(tGATT_IF server_if, const RawAddress& remote_bda, in BTA_GATTS_CancelOpen()
Dbta_gatts_utils.cc65 tBTA_GATTS_RCB* bta_gatts_find_app_rcb_by_app_if(tGATT_IF server_if) { in bta_gatts_find_app_rcb_by_app_if()
88 tGATT_IF server_if) { in bta_gatts_find_app_rcb_idx_by_app_if()
Dbta_gatts_int.h76 tGATT_IF server_if; member
83 tGATT_IF server_if; member
111 tGATT_IF server_if; member
120 tGATT_IF server_if; member
/packages/modules/Bluetooth/system/test/suite/gatt/
Dgatt_test.cc47 void RegisterServerCallback(int status, int server_if, in RegisterServerCallback()
54 void ServiceAddedCallback(int status, int server_if, in ServiceAddedCallback()
63 void ServiceStoppedCallback(int status, int server_if, int srvc_handle) { in ServiceStoppedCallback()
70 void ServiceDeletedCallback(int status, int server_if, int srvc_handle) { in ServiceDeletedCallback()
Dgatt_unittest.cc77 int server_if = server_interface_id(); in TEST_F() local
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_shim.cc33 int server_if, RawAddress addr, uint8_t tx_phy, uint8_t rx_phy, uint8_t status) { in ServerReadPhyCallback()
47 int GattServerIntf::server_read_phy(int server_if, RawAddress addr) { in server_read_phy()
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h214 tGATT_IF server_if; member
222 tGATT_IF server_if; member
236 tGATT_IF server_if; member
355 tGATT_IF server_if; member
361 tGATT_IF server_if; member
370 tGATT_IF server_if; member
376 tGATT_IF server_if; member
393 tGATT_IF server_if; member
401 tGATT_IF server_if; member
410 tGATT_IF server_if; member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp640 void btgatts_register_app_cb(int status, int server_if, const Uuid& uuid) { in btgatts_register_app_cb()
649 void btgatts_connection_cb(int conn_id, int server_if, int connected, in btgatts_connection_cb()
661 void btgatts_service_added_cb(int status, int server_if, in btgatts_service_added_cb()
694 void btgatts_service_stopped_cb(int status, int server_if, int srvc_handle) { in btgatts_service_stopped_cb()
704 void btgatts_service_deleted_cb(int status, int server_if, int srvc_handle) { in btgatts_service_deleted_cb()
1940 jint server_if, jstring address, in gattServerConnectNative()
1987 jint server_if, in gattServerAddServiceNative()
2062 jint server_if, jint svc_handle) { in gattServerStopServiceNative()
2068 jobject /* object */, jint server_if, in gattServerDeleteServiceNative()
2075 jint server_if, jint attr_handle, in gattServerSendIndicationNative()
[all …]
/packages/modules/Bluetooth/system/bta/ras/
Dras_server.cc336 std::vector<btgatt_db_element_t> service) { in OnGattServerRegister()
655 void OnServiceAdded(tGATT_STATUS status, int server_if, in OnServiceAdded()