Home
last modified time | relevance | path

Searched refs:BleGattsConnect (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_server.h433 int BleGattsConnect(int serverId, BdAddr bdAddr);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c194 if (BleGattsConnect(g_halServerId, addr) != SOFTBUS_OK) { in SoftBusGattsConnect()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp657 int BleGattsConnect(int serverId, BdAddr bdAddr) in BleGattsConnect() function