Searched refs:ConnBleUpdateConnectionRc (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/ |
H A D | connection_ble_manager_test.cpp | 742 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 D | softbus_conn_ble_connection.h | 187 int32_t ConnBleUpdateConnectionRc(ConnBleConnection *connection, uint16_t challengeCode, int32_t de…
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_manager.c | 372 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 D | softbus_conn_ble_connection.c | 367 int32_t ConnBleUpdateConnectionRc(ConnBleConnection *connection, uint16_t challengeCode, int32_t de… in ConnBleUpdateConnectionRc() function 1118 … ConnBleUpdateConnectionRc(connection, referenceContext->challengeCode, referenceContext->delta); in BleRetryUpdateConnectionRc()
|