Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_connection.c979 int32_t statusGatt = SOFTBUS_OK; in DoRetryAction() local
984 statusGatt = (expect == BLE_SERVER_STATE_STARTED) ? interface->bleServerStartService() : in DoRetryAction()
997 …return (statusGatt != SOFTBUS_OK || statusCoc != SOFTBUS_OK) ? SOFTBUS_CONN_BLE_CHECK_STATUS_ERR :… in DoRetryAction()