Home
last modified time | relevance | path

Searched defs:srvc_handle (Results 1 – 7 of 7) sorted by relevance

/system/bt/test/suite/gatt/
Dgatt_test.cpp134 int srvc_handle) { in ServiceAddedCallback()
144 int srvc_handle, int char_handle) { in CharacteristicAddedCallback()
155 int srvc_handle, int descr_handle) { 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.cpp130 int srvc_handle = service_handle(); in TEST_F() local
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.cpp122 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()
316 int srvc_handle) { in NotifyServiceAddedCallback()
325 int srvc_handle, int char_handle) { in NotifyCharacteristicAddedCallback()
335 int srvc_handle, int desc_handle) { in NotifyDescriptorAddedCallback()
343 int status, int server_if, int srvc_handle) { in NotifyServiceStartedCallback()
Dbluetooth_gatt_interface.cpp293 int srvc_handle) { in ServiceAddedCallback()
307 int srvc_handle, in CharacteristicAddedCallback()
322 int srvc_handle, 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/service/
Dgatt_server_old.cpp149 int srvc_handle) { in ServiceAddedCallback()
297 int srvc_handle, int char_handle) { in CharacteristicAddedCallback()
315 int srvc_handle, int descr_handle) { 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/service/test/
Dgatt_server_unittest.cpp435 int srvc_handle = 0x0001; in TEST_F() local
485 int srvc_handle = 0x0001; in TEST_F() local
580 int srvc_handle = 0x0001; in TEST_F() local
761 int srvc_handle = 0x0001; in TEST_F() local
/system/bt/btif/src/
Dbtif_gatt_server.c93 uint16_t srvc_handle; member