Searched refs:srvc_handle (Results 1 – 8 of 8) sorted by relevance
/system/bt/test/suite/gatt/ |
D | gatt_test.cc | 126 int server_if, int srvc_handle) { in ServiceStoppedCallback() argument 129 service_handle_ = srvc_handle; in ServiceStoppedCallback() 135 int server_if, int srvc_handle) { in ServiceDeletedCallback() argument 138 service_handle_ = srvc_handle; in ServiceDeletedCallback()
|
D | gatt_test.h | 76 int server_if, int srvc_handle) override; 79 int server_if, int srvc_handle) override;
|
/system/bt/service/hal/ |
D | fake_bluetooth_gatt_interface.h | 58 virtual bt_status_t DeleteService(int server_if, int srvc_handle) = 0; 101 int srvc_handle, int char_handle); 104 int srvc_handle, int desc_handle); 105 void NotifyServiceStartedCallback(int status, int server_if, int srvc_handle);
|
D | bluetooth_gatt_interface.cc | 261 void ServiceStoppedCallback(int status, int server_if, int srvc_handle) { in ServiceStoppedCallback() argument 264 << " handle: " << srvc_handle; in ServiceStoppedCallback() 268 ServiceStoppedCallback(g_interface, status, server_if, srvc_handle)); in ServiceStoppedCallback() 271 void ServiceDeletedCallback(int status, int server_if, int srvc_handle) { in ServiceDeletedCallback() argument 274 << " handle: " << srvc_handle; in ServiceDeletedCallback() 278 ServiceDeletedCallback(g_interface, status, server_if, srvc_handle)); in ServiceDeletedCallback()
|
D | bluetooth_gatt_interface.h | 135 int srvc_handle); 139 int srvc_handle);
|
D | fake_bluetooth_gatt_interface.cc | 80 bt_status_t FakeDeleteService(int server_if, int srvc_handle) { in FakeDeleteService() argument 82 return g_server_handler->DeleteService(server_if, srvc_handle); in FakeDeleteService()
|
/system/bt/include/hardware/ |
D | bt_gatt_server.h | 59 int srvc_handle); 63 int srvc_handle);
|
/system/bt/service/ |
D | gatt_server_old.cc | 365 void ServiceStoppedCallback(int status, int server_if, int srvc_handle) { in ServiceStoppedCallback() argument 367 server_if, srvc_handle); in ServiceStoppedCallback()
|