/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_server.cc | 280 static bt_status_t btif_gatts_unregister_app(int server_if) { in btif_gatts_unregister_app() 285 static void btif_gatts_open_impl(int server_if, const RawAddress& address, in btif_gatts_open_impl() 324 static bt_status_t btif_gatts_open(int server_if, const RawAddress& bd_addr, in btif_gatts_open() 331 static void btif_gatts_close_impl(int server_if, const RawAddress& address, in btif_gatts_close_impl() 343 static bt_status_t btif_gatts_close(int server_if, const RawAddress& bd_addr, in btif_gatts_close() 350 static void on_service_added_cb(tGATT_STATUS status, int server_if, in on_service_added_cb() 356 static void add_service_impl(int server_if, in add_service_impl() 374 static bt_status_t btif_gatts_add_service(int server_if, in btif_gatts_add_service() 383 static bt_status_t btif_gatts_stop_service(int server_if, int service_handle) { in btif_gatts_stop_service() 388 static bt_status_t btif_gatts_delete_service(int server_if, in btif_gatts_delete_service() [all …]
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_gatts_api.cc | 47 void BTA_GATTS_AppDeregister(tGATT_IF server_if) { in BTA_GATTS_AppDeregister() 54 void BTA_GATTS_CancelOpen(tGATT_IF server_if, const RawAddress& remote_bda, in BTA_GATTS_CancelOpen() 59 void BTA_GATTS_AddService(tGATT_IF server_if, in BTA_GATTS_AddService() 72 void BTA_GATTS_Open(tGATT_IF server_if, const RawAddress& remote_bda, in BTA_GATTS_Open() 83 void bta_gatts_add_service_impl(tGATT_IF server_if, in bta_gatts_add_service_impl()
|
/packages/modules/Bluetooth/system/test/suite/gatt/ |
D | gatt_test.cc | 112 int server_if, const bluetooth::Uuid& uuid) { in RegisterServerCallback() 120 int server_if, std::vector<btgatt_db_element_t> service) { in ServiceAddedCallback() 129 int server_if, int srvc_handle) { in ServiceStoppedCallback() 138 int server_if, int srvc_handle) { in ServiceDeletedCallback()
|
D | gatt_unittest.cc | 70 int server_if = server_interface_id(); in TEST_F() local
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gatts_api.cc | 113 void BTA_GATTS_AppDeregister(tGATT_IF server_if) { in BTA_GATTS_AppDeregister() 123 void bta_gatts_add_service_impl(tGATT_IF server_if, in bta_gatts_add_service_impl() 176 extern void BTA_GATTS_AddService(tGATT_IF server_if, in BTA_GATTS_AddService() 313 void BTA_GATTS_Open(tGATT_IF server_if, const RawAddress& remote_bda, in BTA_GATTS_Open() 345 void BTA_GATTS_CancelOpen(tGATT_IF server_if, const RawAddress& remote_bda, in BTA_GATTS_CancelOpen()
|
D | bta_gatts_utils.cc | 64 tBTA_GATTS_RCB* bta_gatts_find_app_rcb_by_app_if(tGATT_IF server_if) { in bta_gatts_find_app_rcb_by_app_if() 87 tGATT_IF server_if) { in bta_gatts_find_app_rcb_idx_by_app_if()
|
D | bta_gatts_int.h | 76 tGATT_IF server_if; member 83 tGATT_IF server_if; member 111 tGATT_IF server_if; member 119 tGATT_IF server_if; member
|
/packages/modules/Bluetooth/system/service/hal/ |
D | fake_bluetooth_gatt_interface.cc | 72 bt_status_t FakeUnregisterServer(int server_if) { in FakeUnregisterServer() 78 bt_status_t FakeAddService(int server_if, const btgatt_db_element_t* service, in FakeAddService() 87 bt_status_t FakeDeleteService(int server_if, int srvc_handle) { in FakeDeleteService() 94 bt_status_t FakeSendIndication(int server_if, int attribute_handle, int conn_id, in FakeSendIndication() 218 int status, int server_if, const Uuid& app_uuid) { in NotifyRegisterServerCallback() 225 int conn_id, int server_if, int connected, const RawAddress& bda) { in NotifyServerConnectionCallback() 232 int status, int server_if, std::vector<btgatt_db_element_t> service) { in NotifyServiceAddedCallback()
|
D | bluetooth_gatt_interface.cc | 232 void RegisterServerCallback(int status, int server_if, in RegisterServerCallback() 242 void ConnectionCallback(int conn_id, int server_if, int connected, in ConnectionCallback() 253 void ServiceAddedCallback(int status, int server_if, in ServiceAddedCallback() 267 void ServiceStoppedCallback(int status, int server_if, int srvc_handle) { in ServiceStoppedCallback() 277 void ServiceDeletedCallback(int status, int server_if, int srvc_handle) { in ServiceDeletedCallback()
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_gatt_api.h | 216 tGATT_IF server_if; member 224 tGATT_IF server_if; member 318 tGATT_IF server_if; member 324 tGATT_IF server_if; member 333 tGATT_IF server_if; member 339 tGATT_IF server_if; member 356 tGATT_IF server_if; member 364 tGATT_IF server_if; member
|
/packages/modules/Bluetooth/system/service/ |
D | gatt_server_old.cc | 115 int server_if; member 131 void RegisterServerCallback(int status, int server_if, in RegisterServerCallback() 144 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()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 607 void btgatts_register_app_cb(int status, int server_if, const Uuid& uuid) { in btgatts_register_app_cb() 615 void btgatts_connection_cb(int conn_id, int server_if, int connected, in btgatts_connection_cb() 627 void btgatts_service_added_cb(int status, int server_if, in btgatts_service_added_cb() 647 void btgatts_service_stopped_cb(int status, int server_if, int srvc_handle) { in btgatts_service_stopped_cb() 655 void btgatts_service_deleted_cb(int status, int server_if, int srvc_handle) { in btgatts_service_deleted_cb() 1855 static void gattServerConnectNative(JNIEnv* env, jobject object, jint server_if, in gattServerConnectNative() 1902 jint server_if, in gattServerAddServiceNative() 1970 jint server_if, jint svc_handle) { in gattServerStopServiceNative() 1976 jint server_if, jint svc_handle) { in gattServerDeleteServiceNative() 1982 jint server_if, jint attr_handle, in gattServerSendIndicationNative() [all …]
|
/packages/modules/Bluetooth/system/service/example/heart_rate/ |
D | heart_rate_server.cc | 235 Status HeartRateServer::OnServerRegistered(int status, int server_if) { in OnServerRegistered()
|