Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_connection.h185 int32_t ConnBleConnect(ConnBleConnection *connection);
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_connection.c241 int32_t ConnBleConnect(ConnBleConnection *connection) in ConnBleConnect() function
H A Dsoftbus_conn_ble_manager.c505 status = ConnBleConnect(connection); in BleConnectDeviceDirectly()