/system/bt/btif/src/ |
D | btif_gatt_server.cc | 276 static bt_status_t btif_gatts_unregister_app(int server_if) { in btif_gatts_unregister_app() 281 static void btif_gatts_open_impl(int server_if, const RawAddress& address, in btif_gatts_open_impl() 320 static bt_status_t btif_gatts_open(int server_if, const RawAddress& bd_addr, in btif_gatts_open() 327 static void btif_gatts_close_impl(int server_if, const RawAddress& address, in btif_gatts_close_impl() 339 static bt_status_t btif_gatts_close(int server_if, const RawAddress& bd_addr, in btif_gatts_close() 346 static void on_service_added_cb(uint8_t status, int server_if, in on_service_added_cb() 352 static void add_service_impl(int server_if, in add_service_impl() 370 static bt_status_t btif_gatts_add_service(int server_if, in btif_gatts_add_service() 377 static bt_status_t btif_gatts_stop_service(int server_if, int service_handle) { in btif_gatts_stop_service() 382 static bt_status_t btif_gatts_delete_service(int server_if, in btif_gatts_delete_service() [all …]
|
/system/bt/test/suite/gatt/ |
D | gatt_test.cc | 109 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()
|
D | gatt_unittest.cc | 69 int server_if = server_interface_id(); in TEST_F() local
|
/system/bt/bta/gatt/ |
D | bta_gatts_api.cc | 106 void BTA_GATTS_AppDeregister(tGATT_IF server_if) { in BTA_GATTS_AppDeregister() 116 void bta_gatts_add_service_impl(tGATT_IF server_if, in bta_gatts_add_service_impl() 168 extern void BTA_GATTS_AddService(tGATT_IF server_if, in BTA_GATTS_AddService() 299 void BTA_GATTS_Open(tGATT_IF server_if, const RawAddress& remote_bda, in BTA_GATTS_Open() 327 void BTA_GATTS_CancelOpen(tGATT_IF server_if, const RawAddress& remote_bda, in BTA_GATTS_CancelOpen()
|
D | bta_gatts_utils.cc | 65 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()
|
D | bta_gatts_int.h | 69 tGATT_IF server_if; member 76 tGATT_IF server_if; member 104 tGATT_IF server_if; member
|
/system/bt/service/hal/ |
D | fake_bluetooth_gatt_interface.cc | 66 bt_status_t FakeUnregisterServer(int server_if) { in FakeUnregisterServer() 72 bt_status_t FakeAddService(int server_if, in FakeAddService() 80 bt_status_t FakeDeleteService(int server_if, int srvc_handle) { in FakeDeleteService() 87 bt_status_t FakeSendIndication(int server_if, int attribute_handle, int conn_id, in FakeSendIndication() 209 int status, int server_if, const Uuid& app_uuid) { in NotifyRegisterServerCallback() 216 int conn_id, int server_if, int connected, const RawAddress& bda) { in NotifyServerConnectionCallback() 223 int status, int server_if, std::vector<btgatt_db_element_t> service) { in NotifyServiceAddedCallback()
|
D | bluetooth_gatt_interface.cc | 227 void RegisterServerCallback(int status, int server_if, in RegisterServerCallback() 237 void ConnectionCallback(int conn_id, int server_if, int connected, in ConnectionCallback() 249 int status, int server_if, in ServiceAddedCallback() 261 void ServiceStoppedCallback(int status, int server_if, int srvc_handle) { in ServiceStoppedCallback() 271 void ServiceDeletedCallback(int status, int server_if, int srvc_handle) { in ServiceDeletedCallback()
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 188 tGATT_IF server_if; member 196 tGATT_IF server_if; member 284 tGATT_IF server_if; member 290 tGATT_IF server_if; member 299 tGATT_IF server_if; member 305 tGATT_IF server_if; member 323 tGATT_IF server_if; member 331 tGATT_IF server_if; member
|
/system/bt/service/ |
D | gatt_server_old.cc | 116 int server_if; member 132 void RegisterServerCallback(int status, int server_if, in RegisterServerCallback() 145 void ServiceAddedCallback(int status, int server_if, in ServiceAddedCallback() 330 void ConnectionCallback(int conn_id, int server_if, int connected, in ConnectionCallback() 365 void ServiceStoppedCallback(int status, int server_if, int srvc_handle) { in ServiceStoppedCallback()
|
/system/bt/service/example/heart_rate/ |
D | heart_rate_server.cc | 227 Status HeartRateServer::OnServerRegistered(int status, int server_if) { in OnServerRegistered()
|