Home
last modified time | relevance | path

Searched refs:ServerConnection (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.c335 ServerConnection *it = NULL; in RemoveConnId()
336 ServerConnection *next = NULL; in RemoveConnId()
492 static ServerConnection *GetServerConnectionByConnIdUnsafe(int32_t connId) in GetServerConnectionByConnIdUnsafe()
494 ServerConnection *it = NULL; in GetServerConnectionByConnIdUnsafe()
495 ServerConnection *target = NULL; in GetServerConnectionByConnIdUnsafe()
523 ServerConnection *connection = GetServerConnectionByConnIdUnsafe(connId); in FindCallbackAndNotifyConnected()
651 ServerConnection *conn = GetServerConnectionByConnIdUnsafe(connId); in SetConnectionMtu()
666 ServerConnection *it = NULL; in SetConnIdAndAddr()
667 ServerConnection *target = NULL; in SetConnIdAndAddr()
677 target = (ServerConnection *)SoftBusCalloc(sizeof(ServerConnection)); in SetConnIdAndAddr()
[all …]
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_ble_gatt_server.h140 } ServerConnection; typedef