Home
last modified time | relevance | path

Searched refs:ServerService (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c509 ServerService *it = NULL; in FindCallbackAndNotifyConnected()
510 ServerService *target = NULL; in FindCallbackAndNotifyConnected()
511 LIST_FOR_EACH_ENTRY(it, &g_softBusGattsManager.services, ServerService, node) { in FindCallbackAndNotifyConnected()
637 ServerService *it = NULL; in FindCallbackByHandle()
638 LIST_FOR_EACH_ENTRY(it, &g_softBusGattsManager.services, ServerService, node) { in FindCallbackByHandle()
714 ServerService *it = NULL; in FindCallbackByUdidAndSetHandle()
715 LIST_FOR_EACH_ENTRY(it, &g_softBusGattsManager.services, ServerService, node) { in FindCallbackByUdidAndSetHandle()
730 ServerService *it = NULL; in CreateAndAddGattsManager()
740 ServerService *service = (ServerService *)SoftBusCalloc(sizeof(ServerService)); in CreateAndAddGattsManager()
760 ServerService *it = NULL; in RemoveGattsManager()
[all …]
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_ble_gatt_server.h147 } ServerService; typedef