Home
last modified time | relevance | path

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

/system/bt/service/common/bluetooth/binder/
DIBluetoothGattServer.cpp55 int server_if = data.readInt32(); in onTransact() local
64 int server_if = data.readInt32(); in onTransact() local
83 int server_if = data.readInt32(); in onTransact() local
103 int server_if = data.readInt32(); in onTransact() local
121 int server_if = data.readInt32(); in onTransact() local
127 int server_if = data.readInt32(); in onTransact() local
145 int server_if = data.readInt32(); in onTransact() local
187 void BpBluetoothGattServer::UnregisterServer(int server_if) { in UnregisterServer()
207 int server_if, bool is_primary, const bluetooth::UUID& uuid, in BeginServiceDeclaration()
229 int server_if, const bluetooth::UUID& uuid, in AddCharacteristic()
[all …]
DIBluetoothGattServerCallback.cpp51 int server_if = data.readInt32(); in onTransact() local
149 int status, int server_if) { in OnServerRegistered()
/system/bt/test/suite/gatt/
Dgatt_test.cpp125 int status, int server_if, const bt_uuid_t& uuid) { in RegisterServerCallback()
133 int status, int server_if, const btgatt_srvc_id_t& srvc_id, in ServiceAddedCallback()
143 int status, int server_if, const bt_uuid_t& char_id, in CharacteristicAddedCallback()
154 int status, int server_if, const bt_uuid_t& descr_id, in DescriptorAddedCallback()
165 int status, int server_if, int srvc_handle) { in ServiceStartedCallback()
174 int status, int server_if, int srvc_handle) { in ServiceStoppedCallback()
183 int status, int server_if, int srvc_handle) { in ServiceDeletedCallback()
Dgatt_unittest.cpp124 int server_if = server_interface_id(); in TEST_F() local
/system/bt/btif/src/
Dbtif_gatt_server.c98 uint8_t server_if; member
530 static bt_status_t btif_gatts_unregister_app( int server_if ) in btif_gatts_unregister_app()
539 static bt_status_t btif_gatts_open( int server_if, const bt_bdaddr_t *bd_addr, in btif_gatts_open()
552 static bt_status_t btif_gatts_close(int server_if, const bt_bdaddr_t *bd_addr, int conn_id) in btif_gatts_close()
563 static bt_status_t btif_gatts_add_service(int server_if, btgatt_srvc_id_t *srvc_id, in btif_gatts_add_service()
575 static bt_status_t btif_gatts_add_included_service(int server_if, int service_handle, in btif_gatts_add_included_service()
587 static bt_status_t btif_gatts_add_characteristic(int server_if, int service_handle, in btif_gatts_add_characteristic()
602 static bt_status_t btif_gatts_add_descriptor(int server_if, int service_handle, bt_uuid_t *uuid, in btif_gatts_add_descriptor()
615 static bt_status_t btif_gatts_start_service(int server_if, int service_handle, int transport) in btif_gatts_start_service()
626 static bt_status_t btif_gatts_stop_service(int server_if, int service_handle) in btif_gatts_stop_service()
[all …]
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.cpp107 bt_status_t FakeUnregisterServer(int server_if) { in FakeUnregisterServer()
115 int server_if, btgatt_srvc_id_t* srvc_id, int num_handles) { in FakeAddService()
122 bt_status_t FakeAddCharacteristic(int server_if, int srvc_handle, in FakeAddCharacteristic()
132 bt_status_t FakeAddDescriptor(int server_if, int srvc_handle, in FakeAddDescriptor()
143 int server_if, int srvc_handle, int transport) { in FakeStartService()
150 bt_status_t FakeDeleteService(int server_if, int srvc_handle) { in FakeDeleteService()
157 bt_status_t FakeSendIndication(int server_if, int attribute_handle, in FakeSendIndication()
300 int status, int server_if, in NotifyRegisterServerCallback()
307 int conn_id, int server_if, int connected, const bt_bdaddr_t& bda) { in NotifyServerConnectionCallback()
314 int status, int server_if, in NotifyServiceAddedCallback()
[all …]
Dbluetooth_gatt_interface.cpp267 void RegisterServerCallback(int status, int server_if, bt_uuid_t* app_uuid) { in RegisterServerCallback()
277 void ConnectionCallback(int conn_id, int server_if, int connected, in ConnectionCallback()
291 int server_if, in ServiceAddedCallback()
305 int status, int server_if, in CharacteristicAddedCallback()
320 int status, int server_if, in DescriptorAddedCallback()
334 void ServiceStartedCallback(int status, int server_if, int srvc_handle) { in ServiceStartedCallback()
344 void ServiceStoppedCallback(int status, int server_if, int srvc_handle) { in ServiceStoppedCallback()
354 void ServiceDeletedCallback(int status, int server_if, int srvc_handle) { in ServiceDeletedCallback()
/system/bt/bta/gatt/
Dbta_gatts_api.c113 void BTA_GATTS_AppDeregister(tBTA_GATTS_IF server_if) in BTA_GATTS_AppDeregister()
143 void BTA_GATTS_CreateService(tBTA_GATTS_IF server_if, tBT_UUID *p_service_uuid, UINT8 inst, in BTA_GATTS_CreateService()
396 void BTA_GATTS_Open(tBTA_GATTS_IF server_if, BD_ADDR remote_bda, BOOLEAN is_direct, in BTA_GATTS_Open()
425 void BTA_GATTS_CancelOpen(tBTA_GATTS_IF server_if, BD_ADDR remote_bda, BOOLEAN is_direct) in BTA_GATTS_CancelOpen()
474 void BTA_GATTS_Listen(tBTA_GATTS_IF server_if, BOOLEAN start, BD_ADDR_PTR target_bda) in BTA_GATTS_Listen()
Dbta_gatts_utils.c89 tBTA_GATTS_RCB *bta_gatts_find_app_rcb_by_app_if(tBTA_GATTS_IF server_if) in bta_gatts_find_app_rcb_by_app_if()
112 UINT8 bta_gatts_find_app_rcb_idx_by_app_if(tBTA_GATTS_CB *p_cb, tBTA_GATTS_IF server_if) in bta_gatts_find_app_rcb_idx_by_app_if()
Dbta_gatts_int.h77 tBTA_GATTS_IF server_if; member
85 tBTA_GATTS_IF server_if; member
144 tBTA_GATTS_IF server_if; member
156 tBTA_GATTS_IF server_if; member
/system/bt/service/
Dgatt_server_old.cpp116 int server_if; member
133 void RegisterServerCallback(int status, int server_if, bt_uuid_t *app_uuid) { in RegisterServerCallback()
148 void ServiceAddedCallback(int status, int server_if, btgatt_srvc_id_t *srvc_id, in ServiceAddedCallback()
284 void ConnectionCallback(int conn_id, int server_if, int connected, in ConnectionCallback()
296 void CharacteristicAddedCallback(int status, int server_if, bt_uuid_t *uuid, in CharacteristicAddedCallback()
314 void DescriptorAddedCallback(int status, int server_if, bt_uuid_t *uuid, in DescriptorAddedCallback()
322 void ServiceStartedCallback(int status, int server_if, int srvc_handle) { in ServiceStartedCallback()
373 void ServiceStoppedCallback(int status, int server_if, int srvc_handle) { in ServiceStoppedCallback()
/system/bt/bta/include/
Dbta_gatt_api.h485 tBTA_GATTS_IF server_if; member
493 tBTA_GATTS_IF server_if; member
503 tBTA_GATTS_IF server_if; member
512 tBTA_GATTS_IF server_if; member
520 tBTA_GATTS_IF server_if; member
/system/bt/service/example/heart_rate/
Dheart_rate_server.cpp215 void HeartRateServer::OnServerRegistered(int status, int server_if) { in OnServerRegistered()