Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/adapter/br/mock/
H A Dwrapper_br_interface.c57 static int32_t ConnectByPort(const char *uuid, const BT_ADDR mac, const int socketPsmValue, void *c… in ConnectByPort() function
86 return ConnectByPort(uuid, mac, -1, connectCallback); in Connect()
151 .ConnectByPort = ConnectByPort,
/ohos5.0/foundation/communication/dsoftbus/core/adapter/br/include/
H A Dwrapper_br_interface.h50 …int32_t (*ConnectByPort)(const char *uuid, const BT_ADDR mac,const int32_t socketPsmValue, void *c… member