Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_manager_test.cpp742 ret = ConnBleUpdateConnectionRc(&connection, 0, -1);
750 ret = ConnBleUpdateConnectionRc(&connection, 0, -1);
755 ret = ConnBleUpdateConnectionRc(&connection, 0, -1);
759 ret = ConnBleUpdateConnectionRc(&connection, 0, -1);
944 ret = ConnBleUpdateConnectionRc(connection, 1, 1);
947 ret = ConnBleUpdateConnectionRc(connection, 1, -1);
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_connection.h187 int32_t ConnBleUpdateConnectionRc(ConnBleConnection *connection, uint16_t challengeCode, int32_t de…
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c372 ConnBleUpdateConnectionRc(connection, it->challengeCode, 1); in BleNotifyDeviceConnectResult()
683 ConnBleUpdateConnectionRc(connection, 0, -1); in BleClientConnected()
934 ConnBleUpdateConnectionRc(connection, 0, -1); in BleDisconnectRequest()
1036 … status = ConnBleUpdateConnectionRc(connection, 0, 1); /* no need challenge, set default value 0 */ in BleReuseConnectionCommon()
1173 int32_t status = ConnBleUpdateConnectionRc(connection, 0, -1); in BleKeepAliveTimeout()
1443 int32_t status = ConnBleUpdateConnectionRc(connection, 0, 1); in ConnBleKeepAlive()
1470 status = ConnBleUpdateConnectionRc(connection, 0, -1); in ConnBleRemoveKeepAlive()
H A Dsoftbus_conn_ble_connection.c367 int32_t ConnBleUpdateConnectionRc(ConnBleConnection *connection, uint16_t challengeCode, int32_t de… in ConnBleUpdateConnectionRc() function
1118ConnBleUpdateConnectionRc(connection, referenceContext->challengeCode, referenceContext->delta); in BleRetryUpdateConnectionRc()